#6ED9F1

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

Shades of Turquoise Blue #6ED9F1

Tints of Turquoise Blue #6ED9F1

Color information

#6ED9F1 (or 0x6ED9F1) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D9 and F1. RGB value is (110,217,241). Sum of RGB (Red+Green+Blue) = 110+217+241=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #6ED9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED9F1 is #91260E. Grayscale: #BBBBBB. Windows color (decimal): -9512463 or 15849838. OLE color: 15849838.

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

Color convert

RGB110217241-
CMYK0.540.1000.05
HSL190.99º82.39%68.82%-
HSV(B)190.99º54.36%94.51%-
XYZ47.1259.2992.18-
YUV187.74158.0572.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.37%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=19.37%
G=38.20%
B=42.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102172410.540.1000.05190.9982.3968.82
Hex6ED9F136A05bf5245
Octal156331361661205277122105
Binary11011101101100111110001110110101001011011111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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