#6ED5F9

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

Shades of Turquoise Blue #6ED5F9

Tints of Turquoise Blue #6ED5F9

Color information

#6ED5F9 (or 0x6ED5F9) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D5 and F9. RGB value is (110,213,249). Sum of RGB (Red+Green+Blue) = 110+213+249=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #6ED5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED5F9 is #912A06. Grayscale: #BABABA. Windows color (decimal): -9513479 or 16373102. OLE color: 16373102.

HSL color Cylindrical-coordinate representation of color #6ED5F9: hue angle of 195.54º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ED5F9 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110213249-
CMYK0.560.1400.02
HSL195.54º92.05%70.39%-
HSV(B)195.54º55.82%97.65%-
XYZ47.3257.7498.27-
YUV186.31163.3873.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=19.23%
G=37.24%
B=43.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102132490.560.1400.02195.5492.0570.39
Hex6ED5F938E02c45c46
Octal156325371701602304134106
Binary1101110110101011111100111100011100101100010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,213,249); }

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

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

 a { background-color: rgb(110,213,249); }

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

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

 span { border-color: rgb(110,213,249); }

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