#6EDBF4

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

Shades of Turquoise Blue #6EDBF4

Tints of Turquoise Blue #6EDBF4

Color information

#6EDBF4 (or 0x6EDBF4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DB and F4. RGB value is (110,219,244). Sum of RGB (Red+Green+Blue) = 110+219+244=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #6EDBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBF4 is #91240B. Grayscale: #BDBDBD. Windows color (decimal): -9511948 or 16046958. OLE color: 16046958.

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

Color convert

RGB110219244-
CMYK0.550.1000.04
HSL191.19º85.9%69.41%-
HSV(B)191.19º54.92%95.69%-
XYZ48.0960.5194.73-
YUV189.26158.8971.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.20%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=19.20%
G=38.22%
B=42.58%

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
Decimal1102192440.550.1000.04191.1985.969.41
Hex6EDBF437A04bf5645
Octal156333364671204277126105
Binary11011101101101111110100110111101001001011111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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