Html Css Color HEX #3FFBBB Turquoise

📋 copy color: '#3FFBBB'

red 63 ◦ green 251 ◦ blue 187

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

Shades of Turquoise #3FFBBB

Tints of Turquoise #3FFBBB

RGB

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

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

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

R = 12.57%
G = 50.1%
B = 37.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#3FFBBB (or 0x3FFBBB) is known color: Turquoise. HEX triplet: 3F, FB and BB. RGB value is (63,251,187). Sum of RGB (Red+Green+Blue) = 63+251+187=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBBB is #C00444. Grayscale: #BBBBBB. Windows color (decimal): -12584005 or 12319551. OLE color: 12319551.

HSL color Cylindrical-coordinate representation of color #3FFBBB: hue angle of 159.57º 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 #3FFBBB is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 251 187 -
CMYK 0.75 0 0.25 0.02
HSL 159.57º 0.96% 0.62% -
HSV(B) 159.57º 0.75% 0.98% -
XYZ 45.52 73.64 58.83 -
YUV 187.49 127.72 39.2 -
System Red Green Blue C M Y K H S L
Decimal 63 251 187 0.75 0 0.25 0.02 159.57 0.96 0.62
Hex 3F FB BB 4B 0 19 2 A0 60 3E
Octal 77 373 273 113 0 31 2 240 140 76
Binary 111111 11111011 10111011 1001011 0 11001 10 10100000 1100000 111110

Color Harmonies of #3FFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBBB

Black with #3FFBBB

Text Example


Text Example

White with #3FFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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