#6BE0DE

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

Shades of Turquoise Blue #6BE0DE

Tints of Turquoise Blue #6BE0DE

Color information

#6BE0DE (or 0x6BE0DE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E0 and DE. RGB value is (107,224,222). Sum of RGB (Red+Green+Blue) = 107+224+222=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0DE is #941F21. Grayscale: #BCBCBC. Windows color (decimal): -9707298 or 14606443. OLE color: 14606443.

HSL color Cylindrical-coordinate representation of color #6BE0DE: hue angle of 178.97º 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 #6BE0DE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB107224222-
CMYK0.5200.010.12
HSL178.97º65.36%64.9%-
HSV(B)178.97º52.23%87.84%-
XYZ45.961.7178.6-
YUV188.79146.7469.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.35%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=19.35%
G=40.51%
B=40.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072242220.5200.010.12178.9765.3664.9
Hex6BE0DE3401Cb34141
Octal153340336640114263101101
Binary110101111100000110111101101000111001011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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