Html Css Color HEX #3EFEBD Turquoise

📋 copy color: '#3EFEBD'

red 62 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #3EFEBD

Tints of Turquoise #3EFEBD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.3%

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 12.28%
G = 50.3%
B = 37.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#3EFEBD (or 0x3EFEBD) is known color: Turquoise. HEX triplet: 3E, FE and BD. RGB value is (62,254,189). Sum of RGB (Red+Green+Blue) = 62+254+189=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEBD is #C10142. Grayscale: #BDBDBD. Windows color (decimal): -12648771 or 12451390. OLE color: 12451390.

HSL color Cylindrical-coordinate representation of color #3EFEBD: hue angle of 159.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEBD is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 189 -
CMYK 0.76 0 0.26 0.00
HSL 159.69º 0.99% 0.62% -
HSV(B) 159.69º 0.76% 1% -
XYZ 46.61 75.58 60.28 -
YUV 189.18 127.89 37.29 -
System Red Green Blue C M Y K H S L
Decimal 62 254 189 0.76 0 0.26 0.00 159.69 0.99 0.62
Hex 3E FE BD 4C 0 1A 0 A0 63 3E
Octal 76 376 275 114 0 32 0 240 143 76
Binary 111110 11111110 10111101 1001100 0 11010 0 10100000 1100011 111110

Color Harmonies of #3EFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEBD

Black with #3EFEBD

Text Example


Text Example

White with #3EFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,254,189); }

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

background-color css

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

 a { background-color: rgb(62,254,189); }

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

border-color css

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

 span { border-color: rgb(62,254,189); }

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