Html Css Color HEX #3BFCB9 Turquoise

📋 copy color: '#3BFCB9'

red 59 ◦ green 252 ◦ blue 185

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

Shades of Turquoise #3BFCB9

Tints of Turquoise #3BFCB9

RGB

 RED value IS 59 (23.44% from 255) = 11.9%

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 11.9%
G = 50.81%
B = 37.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#3BFCB9 (or 0x3BFCB9) is known color: Turquoise. HEX triplet: 3B, FC and B9. RGB value is (59,252,185). Sum of RGB (Red+Green+Blue) = 59+252+185=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCB9 is #C40346. Grayscale: #BABABA. Windows color (decimal): -12845895 or 12188731. OLE color: 12188731.

HSL color Cylindrical-coordinate representation of color #3BFCB9: hue angle of 159.17º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFCB9 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 252 185 -
CMYK 0.77 0 0.27 0.01
HSL 159.17º 0.97% 0.61% -
HSV(B) 159.17º 0.77% 0.99% -
XYZ 45.37 74.05 57.8 -
YUV 186.66 127.06 36.95 -
System Red Green Blue C M Y K H S L
Decimal 59 252 185 0.77 0 0.27 0.01 159.17 0.97 0.61
Hex 3B FC B9 4D 0 1B 1 9F 61 3D
Octal 73 374 271 115 0 33 1 237 141 75
Binary 111011 11111100 10111001 1001101 0 11011 1 10011111 1100001 111101

Color Harmonies of #3BFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFCB9

Black with #3BFCB9

Text Example


Text Example

White with #3BFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,185); }

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

background-color css

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

 a { background-color: rgb(59,252,185); }

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

border-color css

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

 span { border-color: rgb(59,252,185); }

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