Html Css Color HEX #3EFCBB Turquoise

📋 copy color: '#3EFCBB'

red 62 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #3EFCBB

Tints of Turquoise #3EFCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 12.38%
G = 50.3%
B = 37.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#3EFCBB (or 0x3EFCBB) is known color: Turquoise. HEX triplet: 3E, FC and BB. RGB value is (62,252,187). Sum of RGB (Red+Green+Blue) = 62+252+187=501 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.38% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCBB is #C10344. Grayscale: #BBBBBB. Windows color (decimal): -12649285 or 12319806. OLE color: 12319806.

HSL color Cylindrical-coordinate representation of color #3EFCBB: hue angle of 159.47º 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 #3EFCBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 187 -
CMYK 0.75 0 0.26 0.01
HSL 159.47º 0.97% 0.62% -
HSV(B) 159.47º 0.75% 0.99% -
XYZ 45.77 74.23 58.93 -
YUV 187.78 127.55 38.29 -
System Red Green Blue C M Y K H S L
Decimal 62 252 187 0.75 0 0.26 0.01 159.47 0.97 0.62
Hex 3E FC BB 4B 0 1A 1 9F 61 3E
Octal 76 374 273 113 0 32 1 237 141 76
Binary 111110 11111100 10111011 1001011 0 11010 1 10011111 1100001 111110

Color Harmonies of #3EFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCBB

Black with #3EFCBB

Text Example


Text Example

White with #3EFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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