Html Css Color HEX #3BFFC9 Turquoise

📋 copy color: '#3BFFC9'

red 59 ◦ green 255 ◦ blue 201

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

Shades of Turquoise #3BFFC9

Tints of Turquoise #3BFFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 11.46%
G = 49.51%
B = 39.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#3BFFC9 (or 0x3BFFC9) is known color: Turquoise. HEX triplet: 3B, FF and C9. RGB value is (59,255,201). Sum of RGB (Red+Green+Blue) = 59+255+201=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFC9 is #C40036. Grayscale: #BEBEBE. Windows color (decimal): -12845111 or 13238075. OLE color: 13238075.

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

Color convert

RGB 59 255 201 -
CMYK 0.77 0 0.21 0
HSL 163.47º 1% 0.62% -
HSV(B) 163.47º 0.77% 1% -
XYZ 48.11 76.67 67.52 -
YUV 190.24 134.07 34.39 -
System Red Green Blue C M Y K H S L
Decimal 59 255 201 0.77 0 0.21 0 163.47 1 0.62
Hex 3B FF C9 4D 0 15 0 A3 64 3E
Octal 73 377 311 115 0 25 0 243 144 76
Binary 111011 11111111 11001001 1001101 0 10101 0 10100011 1100100 111110

Color Harmonies of #3BFFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFFC9

Black with #3BFFC9

Text Example


Text Example

White with #3BFFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,255,201); }

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

background-color css

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

 a { background-color: rgb(59,255,201); }

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

border-color css

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

 span { border-color: rgb(59,255,201); }

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