Html Css Color HEX #3EFFB2 Turquoise

📋 copy color: '#3EFFB2'

red 62 ◦ green 255 ◦ blue 178

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

Shades of Turquoise #3EFFB2

Tints of Turquoise #3EFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 12.53%
G = 51.52%
B = 35.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#3EFFB2 (or 0x3EFFB2) is known color: Turquoise. HEX triplet: 3E, FF and B2. RGB value is (62,255,178). Sum of RGB (Red+Green+Blue) = 62+255+178=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFFB2 is #C1004D. Grayscale: #BCBCBC. Windows color (decimal): -12648526 or 11730750. OLE color: 11730750.

HSL color Cylindrical-coordinate representation of color #3EFFB2: hue angle of 156.06º 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 #3EFFB2 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 178 -
CMYK 0.76 0 0.30 0
HSL 156.06º 1% 0.62% -
HSV(B) 156.06º 0.76% 1% -
XYZ 45.78 75.76 54.33 -
YUV 188.52 122.06 37.76 -
System Red Green Blue C M Y K H S L
Decimal 62 255 178 0.76 0 0.30 0 156.06 1 0.62
Hex 3E FF B2 4C 0 1E 0 9C 64 3E
Octal 76 377 262 114 0 36 0 234 144 76
Binary 111110 11111111 10110010 1001100 0 11110 0 10011100 1100100 111110

Color Harmonies of #3EFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFB2

Black with #3EFFB2

Text Example


Text Example

White with #3EFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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