Html Css Color HEX #3EFEBE Turquoise

📋 copy color: '#3EFEBE'

red 62 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #3EFEBE

Tints of Turquoise #3EFEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 12.25%
G = 50.2%
B = 37.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#3EFEBE (or 0x3EFEBE) is known color: Turquoise. HEX triplet: 3E, FE and BE. RGB value is (62,254,190). Sum of RGB (Red+Green+Blue) = 62+254+190=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEBE is #C10141. Grayscale: #BDBDBD. Windows color (decimal): -12648770 or 12516926. OLE color: 12516926.

HSL color Cylindrical-coordinate representation of color #3EFEBE: hue angle of 160º 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 #3EFEBE is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 190 -
CMYK 0.76 0 0.25 0.00
HSL 160º 0.99% 0.62% -
HSV(B) 160º 0.76% 1% -
XYZ 46.72 75.63 60.85 -
YUV 189.3 128.39 37.2 -
System Red Green Blue C M Y K H S L
Decimal 62 254 190 0.76 0 0.25 0.00 160 0.99 0.62
Hex 3E FE BE 4C 0 19 0 A0 63 3E
Octal 76 376 276 114 0 31 0 240 143 76
Binary 111110 11111110 10111110 1001100 0 11001 0 10100000 1100011 111110

Color Harmonies of #3EFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEBE

Black with #3EFEBE

Text Example


Text Example

White with #3EFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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