#6EDFFA

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

Shades of Turquoise Blue #6EDFFA

Tints of Turquoise Blue #6EDFFA

Color information

#6EDFFA (or 0x6EDFFA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DF and FA. RGB value is (110,223,250). Sum of RGB (Red+Green+Blue) = 110+223+250=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFFA is #912005. Grayscale: #C0C0C0. Windows color (decimal): -9510918 or 16441198. OLE color: 16441198.

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

Color convert

RGB110223250-
CMYK0.560.1100.02
HSL191.57º93.33%70.59%-
HSV(B)191.57º56%98.04%-
XYZ50.0762.9999.96-
YUV192.29160.5669.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.87%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=18.87%
G=38.25%
B=42.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102232500.560.1100.02191.5793.3370.59
Hex6EDFFA38B02c05d47
Octal156337372701302300135107
Binary1101110110111111111101011100010110101100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,223,250); }

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

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

 a { background-color: rgb(110,223,250); }

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

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

 span { border-color: rgb(110,223,250); }

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