Html Css Color HEX #3EEBCD Turquoise

📋 copy color: '#3EEBCD'

red 62 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #3EEBCD

Tints of Turquoise #3EEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 12.35%
G = 46.81%
B = 40.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#3EEBCD (or 0x3EEBCD) is known color: Turquoise. HEX triplet: 3E, EB and CD. RGB value is (62,235,205). Sum of RGB (Red+Green+Blue) = 62+235+205=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBCD is #C11432. Grayscale: #B3B3B3. Windows color (decimal): -12653619 or 13495102. OLE color: 13495102.

HSL color Cylindrical-coordinate representation of color #3EEBCD: hue angle of 169.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBCD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 205 -
CMYK 0.74 0 0.13 0.08
HSL 169.6º 0.81% 0.58% -
HSV(B) 169.6º 0.74% 0.92% -
XYZ 42.71 64.85 68.02 -
YUV 179.85 142.19 43.94 -
System Red Green Blue C M Y K H S L
Decimal 62 235 205 0.74 0 0.13 0.08 169.6 0.81 0.58
Hex 3E EB CD 4A 0 D 8 AA 51 3A
Octal 76 353 315 112 0 15 10 252 121 72
Binary 111110 11101011 11001101 1001010 0 1101 1000 10101010 1010001 111010

Color Harmonies of #3EEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBCD

Black with #3EEBCD

Text Example


Text Example

White with #3EEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,235,205); }

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

background-color css

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

 a { background-color: rgb(62,235,205); }

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

border-color css

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

 span { border-color: rgb(62,235,205); }

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