#3EDFDD

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

Shades of Turquoise #3EDFDD

Tints of Turquoise #3EDFDD

Color information

#3EDFDD (or 0x3EDFDD) is unknown color: approx Turquoise. HEX triplet: 3E, DF and DD. RGB value is (62,223,221). Sum of RGB (Red+Green+Blue) = 62+223+221=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFDD is #C12022. Grayscale: #AEAEAE. Windows color (decimal): -12656675 or 14540606. OLE color: 14540606.

HSL color Cylindrical-coordinate representation of color #3EDFDD: hue angle of 179.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFDD is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB62223221-
CMYK0.7200.010.13
HSL179.25º71.56%55.88%-
HSV(B)179.25º72.2%87.45%-
XYZ41.4359.0277.62-
YUV174.63154.1647.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.25%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=12.25%
G=44.07%
B=43.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622232210.7200.010.13179.2571.5655.88
Hex3EDFDD4801Db34838
Octal76337335110011526311070
Binary11111011011111110111011001000011101101100111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,223,221); }

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

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

 a { background-color: rgb(62,223,221); }

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

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

 span { border-color: rgb(62,223,221); }

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