Html Css Color HEX #3EFFBB Turquoise

📋 copy color: '#3EFFBB'

red 62 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #3EFFBB

Tints of Turquoise #3EFFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

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

R = 12.3%
G = 50.6%
B = 37.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#3EFFBB (or 0x3EFFBB) is known color: Turquoise. HEX triplet: 3E, FF and BB. RGB value is (62,255,187). Sum of RGB (Red+Green+Blue) = 62+255+187=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFBB is #C10044. Grayscale: #BDBDBD. Windows color (decimal): -12648517 or 12320574. OLE color: 12320574.

HSL color Cylindrical-coordinate representation of color #3EFFBB: hue angle of 158.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFBB is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 187 -
CMYK 0.76 0 0.27 0
HSL 158.86º 1% 0.62% -
HSV(B) 158.86º 0.76% 1% -
XYZ 46.72 76.13 59.25 -
YUV 189.54 126.56 37.03 -
System Red Green Blue C M Y K H S L
Decimal 62 255 187 0.76 0 0.27 0 158.86 1 0.62
Hex 3E FF BB 4C 0 1B 0 9F 64 3E
Octal 76 377 273 114 0 33 0 237 144 76
Binary 111110 11111111 10111011 1001100 0 11011 0 10011111 1100100 111110

Color Harmonies of #3EFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFBB

Black with #3EFFBB

Text Example


Text Example

White with #3EFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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