#3ED6E6

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

Shades of Turquoise #3ED6E6

Tints of Turquoise #3ED6E6

Color information

#3ED6E6 (or 0x3ED6E6) is unknown color: approx Turquoise. HEX triplet: 3E, D6 and E6. RGB value is (62,214,230). Sum of RGB (Red+Green+Blue) = 62+214+230=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #3ED6E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED6E6 is #C12919. Grayscale: #AAAAAA. Windows color (decimal): -12658970 or 15128126. OLE color: 15128126.

HSL color Cylindrical-coordinate representation of color #3ED6E6: hue angle of 185.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ED6E6 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB62214230-
CMYK0.730.0700.10
HSL185.71º77.06%57.25%-
HSV(B)185.71º73.04%90.2%-
XYZ40.3254.8383.32-
YUV170.38161.6450.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.25%
GREEN value IS 214 (83.98% from 255) = 42.29%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=12.25%
G=42.29%
B=45.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal622142300.730.0700.10185.7177.0657.25
Hex3ED6E64970Aba4d39
Octal76326346111701227211571
Binary1111101101011011100110100100111101010101110101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ED6E6; }

 p { color: rgb(62,214,230); }

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

<style>
 a { background-color: #3ED6E6; }

 a { background-color: rgb(62,214,230); }

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

<style>
 span { border-color: #3ED6E6; }

 span { border-color: rgb(62,214,230); }

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