Html Css Color HEX #3EFDBB Turquoise

📋 copy color: '#3EFDBB'

red 62 ◦ green 253 ◦ blue 187

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

Shades of Turquoise #3EFDBB

Tints of Turquoise #3EFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.4%

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

R = 12.35%
G = 50.4%
B = 37.25%

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

#3EFDBB (or 0x3EFDBB) is known color: Turquoise. HEX triplet: 3E, FD and BB. RGB value is (62,253,187). Sum of RGB (Red+Green+Blue) = 62+253+187=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDBB is #C10244. Grayscale: #BCBCBC. Windows color (decimal): -12649029 or 12320062. OLE color: 12320062.

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

Color convert

RGB 62 253 187 -
CMYK 0.75 0 0.26 0.01
HSL 159.27º 0.98% 0.62% -
HSV(B) 159.27º 0.75% 0.99% -
XYZ 46.08 74.86 59.03 -
YUV 188.37 127.22 37.87 -
System Red Green Blue C M Y K H S L
Decimal 62 253 187 0.75 0 0.26 0.01 159.27 0.98 0.62
Hex 3E FD BB 4B 0 1A 1 9F 62 3E
Octal 76 375 273 113 0 32 1 237 142 76
Binary 111110 11111101 10111011 1001011 0 11010 1 10011111 1100010 111110

Color Harmonies of #3EFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFDBB

Black with #3EFDBB

Text Example


Text Example

White with #3EFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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