Html Css Color HEX #3EDDC8 Turquoise

📋 copy color: '#3EDDC8'

red 62 ◦ green 221 ◦ blue 200

#3EDDC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EDDC8

Tints of Turquoise #3EDDC8

RGB

 RED value IS 62 (24.61% from 255) = 12.84%

 GREEN value IS 221 (86.72% from 255) = 45.76%

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 12.84%
G = 45.76%
B = 41.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#3EDDC8 (or 0x3EDDC8) is known color: Turquoise. HEX triplet: 3E, DD and C8. RGB value is (62,221,200). Sum of RGB (Red+Green+Blue) = 62+221+200=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDC8 is #C12237. Grayscale: #AAAAAA. Windows color (decimal): -12657208 or 13163838. OLE color: 13163838.

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

Color convert

RGB 62 221 200 -
CMYK 0.72 0 0.10 0.13
HSL 172.08º 0.7% 0.55% -
HSV(B) 172.08º 0.72% 0.87% -
XYZ 38.27 56.91 63.61 -
YUV 171.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 62 221 200 0.72 0 0.10 0.13 172.08 0.7 0.55
Hex 3E DD C8 48 0 A D AC 46 37
Octal 76 335 310 110 0 12 15 254 106 67
Binary 111110 11011101 11001000 1001000 0 1010 1101 10101100 1000110 110111

Color Harmonies of #3EDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDC8

Black with #3EDDC8

Text Example


Text Example

White with #3EDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EDDC8;
 }
 .AnyTagClassName
 {
   color: #3EDDC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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