Html Css Color HEX #3EDCDD Turquoise

📋 copy color: '#3EDCDD'

red 62 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #3EDCDD

Tints of Turquoise #3EDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 12.33%
G = 43.74%
B = 43.94%

CMYK

 C value IS 0.72

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3EDCDD (or 0x3EDCDD) is known color: Turquoise. HEX triplet: 3E, DC and DD. RGB value is (62,220,221). Sum of RGB (Red+Green+Blue) = 62+220+221=503 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.33% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #3EDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCDD is #C12322. Grayscale: #ACACAC. Windows color (decimal): -12657443 or 14539838. OLE color: 14539838.

HSL color Cylindrical-coordinate representation of color #3EDCDD: hue angle of 180.38º 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 #3EDCDD is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 220 221 -
CMYK 0.72 0.00 0 0.13
HSL 180.38º 0.7% 0.55% -
HSV(B) 180.38º 0.72% 0.87% -
XYZ 40.63 57.43 77.35 -
YUV 172.87 155.15 48.92 -
System Red Green Blue C M Y K H S L
Decimal 62 220 221 0.72 0.00 0 0.13 180.38 0.7 0.55
Hex 3E DC DD 48 0 0 D B4 46 37
Octal 76 334 335 110 0 0 15 264 106 67
Binary 111110 11011100 11011101 1001000 0 0 1101 10110100 1000110 110111

Color Harmonies of #3EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCDD

Black with #3EDCDD

Text Example


Text Example

White with #3EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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