#6BDDE0

Color #6BDDE0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BDDE0

Tints of Turquoise Blue #6BDDE0

Color information

#6BDDE0 (or 0x6BDDE0) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and E0. RGB value is (107,221,224). Sum of RGB (Red+Green+Blue) = 107+221+224=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BDDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDE0 is #94221F. Grayscale: #BBBBBB. Windows color (decimal): -9708064 or 14736747. OLE color: 14736747.

HSL color Cylindrical-coordinate representation of color #6BDDE0: hue angle of 181.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDE0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107221224-
CMYK0.520.0100.12
HSL181.54º65.36%64.9%-
HSV(B)181.54º52.23%87.84%-
XYZ45.3760.2279.75-
YUV187.26148.7370.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 19.38%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=19.38%
G=40.04%
B=40.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072212240.520.0100.12181.5465.3664.9
Hex6BDDE03410Cb64141
Octal153335340641014266101101
Binary110101111011101111000001101001011001011011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BDDE0; }

 p { color: rgb(107,221,224); }

 H1.HeaderClassName
 {
   color: #6BDDE0;
 }
 .AnyTagClassName
 {
   color: #6BDDE0;
 }
</style>
background-color css

<style>
 a { background-color: #6BDDE0; }

 a { background-color: rgb(107,221,224); }

 div.DivClassName
 {
   background-color: #6BDDE0;
 }
 .BgClassName
 {
   background-color: #6BDDE0;
 }
</style>
border-color css

<style>
 span { border-color: #6BDDE0; }

 span { border-color: rgb(107,221,224); }

 td.TdClassName
 {
   border-color: #6BDDE0;
 }
 .TagClassName
 {
   border-color: #6BDDE0;
 }
</style>