Html Css Color HEX #3EDACB Turquoise

📋 copy color: '#3EDACB'

red 62 ◦ green 218 ◦ blue 203

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

Shades of Turquoise #3EDACB

Tints of Turquoise #3EDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 12.84%
G = 45.13%
B = 42.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#3EDACB (or 0x3EDACB) is known color: Turquoise. HEX triplet: 3E, DA and CB. RGB value is (62,218,203). Sum of RGB (Red+Green+Blue) = 62+218+203=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDACB is #C12534. Grayscale: #A9A9A9. Windows color (decimal): -12657973 or 13359678. OLE color: 13359678.

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

Color convert

RGB 62 218 203 -
CMYK 0.72 0 0.07 0.15
HSL 174.23º 0.68% 0.55% -
HSV(B) 174.23º 0.72% 0.85% -
XYZ 37.84 55.48 65.21 -
YUV 169.65 146.82 51.22 -
System Red Green Blue C M Y K H S L
Decimal 62 218 203 0.72 0 0.07 0.15 174.23 0.68 0.55
Hex 3E DA CB 48 0 7 F AE 44 37
Octal 76 332 313 110 0 7 17 256 104 67
Binary 111110 11011010 11001011 1001000 0 111 1111 10101110 1000100 110111

Color Harmonies of #3EDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDACB

Black with #3EDACB

Text Example


Text Example

White with #3EDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,218,203); }

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

background-color css

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

 a { background-color: rgb(62,218,203); }

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

border-color css

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

 span { border-color: rgb(62,218,203); }

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