Html Css Color HEX #3BFCD9 Turquoise

📋 copy color: '#3BFCD9'

red 59 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #3BFCD9

Tints of Turquoise #3BFCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 11.17%
G = 47.73%
B = 41.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#3BFCD9 (or 0x3BFCD9) is known color: Turquoise. HEX triplet: 3B, FC and D9. RGB value is (59,252,217). Sum of RGB (Red+Green+Blue) = 59+252+217=528 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.17% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCD9 is #C40326. Grayscale: #BEBEBE. Windows color (decimal): -12845863 or 14285883. OLE color: 14285883.

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

Color convert

RGB 59 252 217 -
CMYK 0.77 0 0.14 0.01
HSL 169.12º 0.97% 0.61% -
HSV(B) 169.12º 0.77% 0.99% -
XYZ 49.14 75.56 77.64 -
YUV 190.3 143.06 34.35 -
System Red Green Blue C M Y K H S L
Decimal 59 252 217 0.77 0 0.14 0.01 169.12 0.97 0.61
Hex 3B FC D9 4D 0 E 1 A9 61 3D
Octal 73 374 331 115 0 16 1 251 141 75
Binary 111011 11111100 11011001 1001101 0 1110 1 10101001 1100001 111101

Color Harmonies of #3BFCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFCD9

Black with #3BFCD9

Text Example


Text Example

White with #3BFCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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