Html Css Color HEX #3EDFCC Turquoise

📋 copy color: '#3EDFCC'

red 62 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #3EDFCC

Tints of Turquoise #3EDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 12.68%
G = 45.6%
B = 41.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3EDFCC (or 0x3EDFCC) is known color: Turquoise. HEX triplet: 3E, DF and CC. RGB value is (62,223,204). Sum of RGB (Red+Green+Blue) = 62+223+204=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFCC is #C12033. Grayscale: #ACACAC. Windows color (decimal): -12656692 or 13426494. OLE color: 13426494.

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

Color convert

RGB 62 223 204 -
CMYK 0.72 0 0.09 0.13
HSL 172.92º 0.72% 0.56% -
HSV(B) 172.92º 0.72% 0.87% -
XYZ 39.27 58.16 66.28 -
YUV 172.7 145.66 49.04 -
System Red Green Blue C M Y K H S L
Decimal 62 223 204 0.72 0 0.09 0.13 172.92 0.72 0.56
Hex 3E DF CC 48 0 9 D AD 48 38
Octal 76 337 314 110 0 11 15 255 110 70
Binary 111110 11011111 11001100 1001000 0 1001 1101 10101101 1001000 111000

Color Harmonies of #3EDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFCC

Black with #3EDFCC

Text Example


Text Example

White with #3EDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,223,204); }

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

background-color css

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

 a { background-color: rgb(62,223,204); }

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

border-color css

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

 span { border-color: rgb(62,223,204); }

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