Html Css Color HEX #3EECDD Turquoise

📋 copy color: '#3EECDD'

red 62 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #3EECDD

Tints of Turquoise #3EECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

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

R = 11.95%
G = 45.47%
B = 42.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3EECDD (or 0x3EECDD) is known color: Turquoise. HEX triplet: 3E, EC and DD. RGB value is (62,236,221). Sum of RGB (Red+Green+Blue) = 62+236+221=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECDD is #C11322. Grayscale: #B6B6B6. Windows color (decimal): -12653347 or 14543934. OLE color: 14543934.

HSL color Cylindrical-coordinate representation of color #3EECDD: hue angle of 174.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECDD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 221 -
CMYK 0.74 0 0.06 0.07
HSL 174.83º 0.82% 0.58% -
HSV(B) 174.83º 0.74% 0.93% -
XYZ 45.03 66.24 78.82 -
YUV 182.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 62 236 221 0.74 0 0.06 0.07 174.83 0.82 0.58
Hex 3E EC DD 4A 0 6 7 AF 52 3A
Octal 76 354 335 112 0 6 7 257 122 72
Binary 111110 11101100 11011101 1001010 0 110 111 10101111 1010010 111010

Color Harmonies of #3EECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECDD

Black with #3EECDD

Text Example


Text Example

White with #3EECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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