#6ED9F3

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

Shades of Turquoise Blue #6ED9F3

Tints of Turquoise Blue #6ED9F3

Color information

#6ED9F3 (or 0x6ED9F3) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D9 and F3. RGB value is (110,217,243). Sum of RGB (Red+Green+Blue) = 110+217+243=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #6ED9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED9F3 is #91260C. Grayscale: #BBBBBB. Windows color (decimal): -9512461 or 15980910. OLE color: 15980910.

HSL color Cylindrical-coordinate representation of color #6ED9F3: hue angle of 191.73º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED9F3 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110217243-
CMYK0.550.1100.05
HSL191.73º84.71%69.22%-
HSV(B)191.73º54.73%95.29%-
XYZ47.4259.4193.76-
YUV187.97159.0572.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.30%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 243 (95.31% from 255) = 42.63%
R=19.30%
G=38.07%
B=42.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102172430.550.1100.05191.7384.7169.22
Hex6ED9F337B05c05545
Octal156331363671305300125105
Binary11011101101100111110011110111101101011100000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,217,243); }

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

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

 a { background-color: rgb(110,217,243); }

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

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

 span { border-color: rgb(110,217,243); }

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