Html Css Color HEX #3EF8BC Turquoise

📋 copy color: '#3EF8BC'

red 62 ◦ green 248 ◦ blue 188

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

Shades of Turquoise #3EF8BC

Tints of Turquoise #3EF8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.8%

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

R = 12.45%
G = 49.8%
B = 37.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#3EF8BC (or 0x3EF8BC) is known color: Turquoise. HEX triplet: 3E, F8 and BC. RGB value is (62,248,188). Sum of RGB (Red+Green+Blue) = 62+248+188=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #3EF8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF8BC is #C10743. Grayscale: #B9B9B9. Windows color (decimal): -12650308 or 12384318. OLE color: 12384318.

HSL color Cylindrical-coordinate representation of color #3EF8BC: hue angle of 160.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF8BC is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 62 248 188 -
CMYK 0.75 0 0.24 0.03
HSL 160.65º 0.93% 0.61% -
HSV(B) 160.65º 0.75% 0.97% -
XYZ 44.63 71.79 59.08 -
YUV 185.55 129.38 39.88 -
System Red Green Blue C M Y K H S L
Decimal 62 248 188 0.75 0 0.24 0.03 160.65 0.93 0.61
Hex 3E F8 BC 4B 0 18 3 A1 5D 3D
Octal 76 370 274 113 0 30 3 241 135 75
Binary 111110 11111000 10111100 1001011 0 11000 11 10100001 1011101 111101

Color Harmonies of #3EF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF8BC

Black with #3EF8BC

Text Example


Text Example

White with #3EF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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