Html Css Color HEX #3EFCBC Turquoise

📋 copy color: '#3EFCBC'

red 62 ◦ green 252 ◦ blue 188

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

Shades of Turquoise #3EFCBC

Tints of Turquoise #3EFCBC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 12.35%
G = 50.2%
B = 37.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#3EFCBC (or 0x3EFCBC) is known color: Turquoise. HEX triplet: 3E, FC and BC. RGB value is (62,252,188). Sum of RGB (Red+Green+Blue) = 62+252+188=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCBC is #C10343. Grayscale: #BBBBBB. Windows color (decimal): -12649284 or 12385342. OLE color: 12385342.

HSL color Cylindrical-coordinate representation of color #3EFCBC: hue angle of 159.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFCBC is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 188 -
CMYK 0.75 0 0.25 0.01
HSL 159.79º 0.97% 0.62% -
HSV(B) 159.79º 0.75% 0.99% -
XYZ 45.87 74.28 59.5 -
YUV 187.89 128.05 38.2 -
System Red Green Blue C M Y K H S L
Decimal 62 252 188 0.75 0 0.25 0.01 159.79 0.97 0.62
Hex 3E FC BC 4B 0 19 1 A0 61 3E
Octal 76 374 274 113 0 31 1 240 141 76
Binary 111110 11111100 10111100 1001011 0 11001 1 10100000 1100001 111110

Color Harmonies of #3EFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCBC

Black with #3EFCBC

Text Example


Text Example

White with #3EFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,188); }

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

background-color css

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

 a { background-color: rgb(62,252,188); }

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

border-color css

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

 span { border-color: rgb(62,252,188); }

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