#6EE0FD

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

Shades of Turquoise Blue #6EE0FD

Tints of Turquoise Blue #6EE0FD

Color information

#6EE0FD (or 0x6EE0FD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E0 and FD. RGB value is (110,224,253). Sum of RGB (Red+Green+Blue) = 110+224+253=587 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.74% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE0FD is #911F02. Grayscale: #C0C0C0. Windows color (decimal): -9510659 or 16638062. OLE color: 16638062.

HSL color Cylindrical-coordinate representation of color #6EE0FD: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE0FD is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110224253-
CMYK0.570.1100.01
HSL192.17º97.28%71.18%-
HSV(B)192.17º56.52%99.22%-
XYZ50.8263.72102.55-
YUV193.22161.7368.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.74%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=18.74%
G=38.16%
B=43.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102242530.570.1100.01192.1797.2871.18
Hex6EE0FD39B01c06147
Octal156340375711301300141107
Binary110111011100000111111011110011011011100000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,224,253); }

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

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

 a { background-color: rgb(110,224,253); }

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

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

 span { border-color: rgb(110,224,253); }

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