#6EDCF4

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

Shades of Turquoise Blue #6EDCF4

Tints of Turquoise Blue #6EDCF4

Color information

#6EDCF4 (or 0x6EDCF4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DC and F4. RGB value is (110,220,244). Sum of RGB (Red+Green+Blue) = 110+220+244=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #6EDCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCF4 is #91230B. Grayscale: #BDBDBD. Windows color (decimal): -9511692 or 16047214. OLE color: 16047214.

HSL color Cylindrical-coordinate representation of color #6EDCF4: hue angle of 190.75º 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 #6EDCF4 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110220244-
CMYK0.550.1000.04
HSL190.75º85.9%69.41%-
HSV(B)190.75º54.92%95.69%-
XYZ48.3561.0394.82-
YUV189.85158.5671.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 244 (95.70% from 255) = 42.51%
R=19.16%
G=38.33%
B=42.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102202440.550.1000.04190.7585.969.41
Hex6EDCF437A04bf5645
Octal156334364671204277126105
Binary11011101101110011110100110111101001001011111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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