#6EE2FD

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

Shades of Turquoise Blue #6EE2FD

Tints of Turquoise Blue #6EE2FD

Color information

#6EE2FD (or 0x6EE2FD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E2 and FD. RGB value is (110,226,253). Sum of RGB (Red+Green+Blue) = 110+226+253=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EE2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE2FD is #911D02. Grayscale: #C2C2C2. Windows color (decimal): -9510147 or 16638574. OLE color: 16638574.

HSL color Cylindrical-coordinate representation of color #6EE2FD: hue angle of 191.33º 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 #6EE2FD is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110226253-
CMYK0.570.1100.01
HSL191.33º97.28%71.18%-
HSV(B)191.33º56.52%99.22%-
XYZ51.3664.8102.73-
YUV194.39161.0767.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.68%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=18.68%
G=38.37%
B=42.95%

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
Decimal1102262530.570.1100.01191.3397.2871.18
Hex6EE2FD39B01bf6147
Octal156342375711301277141107
Binary110111011100010111111011110011011011011111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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