Html Css Color HEX #3EF2DD Turquoise

📋 copy color: '#3EF2DD'

red 62 ◦ green 242 ◦ blue 221

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

Shades of Turquoise #3EF2DD

Tints of Turquoise #3EF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.1%

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

R = 11.81%
G = 46.1%
B = 42.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#3EF2DD (or 0x3EF2DD) is known color: Turquoise. HEX triplet: 3E, F2 and DD. RGB value is (62,242,221). Sum of RGB (Red+Green+Blue) = 62+242+221=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2DD is #C10D22. Grayscale: #B9B9B9. Windows color (decimal): -12651811 or 14545470. OLE color: 14545470.

HSL color Cylindrical-coordinate representation of color #3EF2DD: hue angle of 173º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2DD is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 242 221 -
CMYK 0.74 0 0.09 0.05
HSL 173º 0.87% 0.6% -
HSV(B) 173º 0.74% 0.95% -
XYZ 46.79 69.75 79.4 -
YUV 185.79 147.87 39.71 -
System Red Green Blue C M Y K H S L
Decimal 62 242 221 0.74 0 0.09 0.05 173 0.87 0.6
Hex 3E F2 DD 4A 0 9 5 AD 57 3C
Octal 76 362 335 112 0 11 5 255 127 74
Binary 111110 11110010 11011101 1001010 0 1001 101 10101101 1010111 111100

Color Harmonies of #3EF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF2DD

Black with #3EF2DD

Text Example


Text Example

White with #3EF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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