#6EDCF3

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

Shades of Turquoise Blue #6EDCF3

Tints of Turquoise Blue #6EDCF3

Color information

#6EDCF3 (or 0x6EDCF3) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DC and F3. RGB value is (110,220,243). Sum of RGB (Red+Green+Blue) = 110+220+243=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #6EDCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCF3 is #91230C. Grayscale: #BDBDBD. Windows color (decimal): -9511693 or 15981678. OLE color: 15981678.

HSL color Cylindrical-coordinate representation of color #6EDCF3: hue angle of 190.38º 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 #6EDCF3 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110220243-
CMYK0.550.0900.05
HSL190.38º84.71%69.22%-
HSV(B)190.38º54.73%95.29%-
XYZ48.260.9794.02-
YUV189.73158.0671.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.20%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=19.20%
G=38.39%
B=42.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102202430.550.0900.05190.3884.7169.22
Hex6EDCF337905be5545
Octal156334363671105276125105
Binary11011101101110011110011110111100101011011111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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