#6EDEF4

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

Shades of Turquoise Blue #6EDEF4

Tints of Turquoise Blue #6EDEF4

Color information

#6EDEF4 (or 0x6EDEF4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DE and F4. RGB value is (110,222,244). Sum of RGB (Red+Green+Blue) = 110+222+244=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #6EDEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEF4 is #91210B. Grayscale: #BEBEBE. Windows color (decimal): -9511180 or 16047726. OLE color: 16047726.

HSL color Cylindrical-coordinate representation of color #6EDEF4: hue angle of 189.85º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EDEF4 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110222244-
CMYK0.550.0900.04
HSL189.85º85.9%69.41%-
HSV(B)189.85º54.92%95.69%-
XYZ48.8862.0995-
YUV191.02157.8970.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.10%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 244 (95.70% from 255) = 42.36%
R=19.10%
G=38.54%
B=42.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102222440.550.0900.04189.8585.969.41
Hex6EDEF437904be5645
Octal156336364671104276126105
Binary11011101101111011110100110111100101001011111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,222,244); }

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

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

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

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

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

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

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