#6be0db

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

Shades of Turquoise Blue #6BE0DB

Tints of Turquoise Blue #6BE0DB

Color information

#6BE0DB (or 0x6BE0DB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E0 and DB. RGB value is (107,224,219). Sum of RGB (Red+Green+Blue) = 107+224+219=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0DB is #941F24. Grayscale: #BCBCBC. Windows color (decimal): -9707301 or 14409835. OLE color: 14409835.

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

Color convert

RGB107224219-
CMYK0.5200.020.12
HSL177.44º65.36%64.9%-
HSV(B)177.44º52.23%87.84%-
XYZ45.5161.5576.5-
YUV188.45145.2469.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.45%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=19.45%
G=40.73%
B=39.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072242190.5200.020.12177.4465.3664.9
Hex6BE0DB3402Cb14141
Octal153340333640214261101101
Binary1101011111000001101101111010001011001011000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6be0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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