Html Css Color HEX #3EDCCD Turquoise

📋 copy color: '#3EDCCD'

red 62 ◦ green 220 ◦ blue 205

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

Shades of Turquoise #3EDCCD

Tints of Turquoise #3EDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 12.73%
G = 45.17%
B = 42.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#3EDCCD (or 0x3EDCCD) is known color: Turquoise. HEX triplet: 3E, DC and CD. RGB value is (62,220,205). Sum of RGB (Red+Green+Blue) = 62+220+205=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCCD is #C12332. Grayscale: #AAAAAA. Windows color (decimal): -12657459 or 13491262. OLE color: 13491262.

HSL color Cylindrical-coordinate representation of color #3EDCCD: hue angle of 174.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDCCD is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 205 -
CMYK 0.72 0 0.07 0.14
HSL 174.3º 0.69% 0.55% -
HSV(B) 174.3º 0.72% 0.86% -
XYZ 38.6 56.62 66.65 -
YUV 171.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 62 220 205 0.72 0 0.07 0.14 174.3 0.69 0.55
Hex 3E DC CD 48 0 7 E AE 45 37
Octal 76 334 315 110 0 7 16 256 105 67
Binary 111110 11011100 11001101 1001000 0 111 1110 10101110 1000101 110111

Color Harmonies of #3EDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCCD

Black with #3EDCCD

Text Example


Text Example

White with #3EDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,220,205); }

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

background-color css

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

 a { background-color: rgb(62,220,205); }

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

border-color css

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

 span { border-color: rgb(62,220,205); }

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