Html Css Color HEX #3BFCD5 Turquoise

📋 copy color: '#3BFCD5'

red 59 ◦ green 252 ◦ blue 213

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

Shades of Turquoise #3BFCD5

Tints of Turquoise #3BFCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 11.26%
G = 48.09%
B = 40.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#3BFCD5 (or 0x3BFCD5) is known color: Turquoise. HEX triplet: 3B, FC and D5. RGB value is (59,252,213). Sum of RGB (Red+Green+Blue) = 59+252+213=524 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.26% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCD5 is #C4032A. Grayscale: #BDBDBD. Windows color (decimal): -12845867 or 14023739. OLE color: 14023739.

HSL color Cylindrical-coordinate representation of color #3BFCD5: hue angle of 167.88º 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 #3BFCD5 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 252 213 -
CMYK 0.77 0 0.15 0.01
HSL 167.88º 0.97% 0.61% -
HSV(B) 167.88º 0.77% 0.99% -
XYZ 48.62 75.35 74.93 -
YUV 189.85 141.06 34.67 -
System Red Green Blue C M Y K H S L
Decimal 59 252 213 0.77 0 0.15 0.01 167.88 0.97 0.61
Hex 3B FC D5 4D 0 F 1 A8 61 3D
Octal 73 374 325 115 0 17 1 250 141 75
Binary 111011 11111100 11010101 1001101 0 1111 1 10101000 1100001 111101

Color Harmonies of #3BFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFCD5

Black with #3BFCD5

Text Example


Text Example

White with #3BFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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