#6ED6F3

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

Shades of Turquoise Blue #6ED6F3

Tints of Turquoise Blue #6ED6F3

Color information

#6ED6F3 (or 0x6ED6F3) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D6 and F3. RGB value is (110,214,243). Sum of RGB (Red+Green+Blue) = 110+214+243=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #6ED6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED6F3 is #91290C. Grayscale: #B9B9B9. Windows color (decimal): -9513229 or 15980142. OLE color: 15980142.

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

Color convert

RGB110214243-
CMYK0.550.1200.05
HSL193.08º84.71%69.22%-
HSV(B)193.08º54.73%95.29%-
XYZ46.6557.8893.51-
YUV186.21160.0473.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.40%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=19.40%
G=37.74%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102142430.550.1200.05193.0884.7169.22
Hex6ED6F337C05c15545
Octal156326363671405301125105
Binary11011101101011011110011110111110001011100000110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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