#6ED6E0

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

Shades of Turquoise Blue #6ED6E0

Tints of Turquoise Blue #6ED6E0

Color information

#6ED6E0 (or 0x6ED6E0) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D6 and E0. RGB value is (110,214,224). Sum of RGB (Red+Green+Blue) = 110+214+224=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ED6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED6E0 is #91291F. Grayscale: #B7B7B7. Windows color (decimal): -9513248 or 14734958. OLE color: 14734958.

HSL color Cylindrical-coordinate representation of color #6ED6E0: hue angle of 185.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED6E0 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110214224-
CMYK0.510.0400.12
HSL185.26º64.77%65.49%-
HSV(B)185.26º50.89%87.84%-
XYZ43.9356.7979.17-
YUV184.04150.5475.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.07%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=20.07%
G=39.05%
B=40.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102142240.510.0400.12185.2664.7765.49
Hex6ED6E03340Cb94141
Octal156326340634014271101101
Binary11011101101011011100000110011100011001011100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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