#6DF2E4

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

Shades of Turquoise Blue #6DF2E4

Tints of Turquoise Blue #6DF2E4

Color information

#6DF2E4 (or 0x6DF2E4) is unknown color: approx Turquoise Blue. HEX triplet: 6D, F2 and E4. RGB value is (109,242,228). Sum of RGB (Red+Green+Blue) = 109+242+228=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2E4 is #920D1B. Grayscale: #C8C8C8. Windows color (decimal): -9571612 or 15004269. OLE color: 15004269.

HSL color Cylindrical-coordinate representation of color #6DF2E4: hue angle of 173.68º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2E4 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB109242228-
CMYK0.5500.060.05
HSL173.68º83.65%68.82%-
HSV(B)173.68º54.96%94.9%-
XYZ52.0672.3684.62-
YUV200.64143.4462.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.83%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=18.83%
G=41.80%
B=39.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092422280.5500.060.05173.6883.6568.82
Hex6DF2E437065ae5445
Octal15536234467065256124105
Binary1101101111100101110010011011101101011010111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,242,228); }

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

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

 a { background-color: rgb(109,242,228); }

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

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

 span { border-color: rgb(109,242,228); }

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