#6BDEDE

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

Shades of Turquoise Blue #6BDEDE

Tints of Turquoise Blue #6BDEDE

Color information

#6BDEDE (or 0x6BDEDE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DE and DE. RGB value is (107,222,222). Sum of RGB (Red+Green+Blue) = 107+222+222=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #6BDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEDE is #942121. Grayscale: #BBBBBB. Windows color (decimal): -9707810 or 14605931. OLE color: 14605931.

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

Color convert

RGB107222222-
CMYK0.52000.13
HSL180º63.54%64.51%-
HSV(B)180º51.8%87.06%-
XYZ45.3760.6478.42-
YUV187.61147.470.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.42%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=19.42%
G=40.29%
B=40.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072222220.52000.1318063.5464.51
Hex6BDEDE3400Db44041
Octal153336336640015264100101
Binary110101111011110110111101101000011011011010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,222,222); }

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

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

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

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

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

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

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