Html Css Color HEX #3FFBB2 Turquoise

📋 copy color: '#3FFBB2'

red 63 ◦ green 251 ◦ blue 178

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

Shades of Turquoise #3FFBB2

Tints of Turquoise #3FFBB2

RGB

 RED value IS 63 (25% from 255) = 12.8%

 GREEN value IS 251 (98.44% from 255) = 51.02%

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

R = 12.8%
G = 51.02%
B = 36.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#3FFBB2 (or 0x3FFBB2) is known color: Turquoise. HEX triplet: 3F, FB and B2. RGB value is (63,251,178). Sum of RGB (Red+Green+Blue) = 63+251+178=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFBB2 is #C0044D. Grayscale: #BABABA. Windows color (decimal): -12584014 or 11729727. OLE color: 11729727.

HSL color Cylindrical-coordinate representation of color #3FFBB2: hue angle of 156.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBB2 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 251 178 -
CMYK 0.75 0 0.29 0.02
HSL 156.7º 0.96% 0.62% -
HSV(B) 156.7º 0.75% 0.98% -
XYZ 44.58 73.27 53.91 -
YUV 186.47 123.22 39.94 -
System Red Green Blue C M Y K H S L
Decimal 63 251 178 0.75 0 0.29 0.02 156.7 0.96 0.62
Hex 3F FB B2 4B 0 1D 2 9D 60 3E
Octal 77 373 262 113 0 35 2 235 140 76
Binary 111111 11111011 10110010 1001011 0 11101 10 10011101 1100000 111110

Color Harmonies of #3FFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBB2

Black with #3FFBB2

Text Example


Text Example

White with #3FFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,251,178); }

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

background-color css

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

 a { background-color: rgb(63,251,178); }

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

border-color css

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

 span { border-color: rgb(63,251,178); }

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