Html Css Color HEX #3BFACC Turquoise

📋 copy color: '#3BFACC'

red 59 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #3BFACC

Tints of Turquoise #3BFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.73%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 11.5%
G = 48.73%
B = 39.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3BFACC (or 0x3BFACC) is known color: Turquoise. HEX triplet: 3B, FA and CC. RGB value is (59,250,204). Sum of RGB (Red+Green+Blue) = 59+250+204=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFACC is #C40533. Grayscale: #BBBBBB. Windows color (decimal): -12846388 or 13433403. OLE color: 13433403.

HSL color Cylindrical-coordinate representation of color #3BFACC: hue angle of 165.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFACC is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 250 204 -
CMYK 0.76 0 0.18 0.02
HSL 165.55º 0.95% 0.61% -
HSV(B) 165.55º 0.76% 0.98% -
XYZ 46.89 73.66 68.87 -
YUV 187.65 137.22 36.24 -
System Red Green Blue C M Y K H S L
Decimal 59 250 204 0.76 0 0.18 0.02 165.55 0.95 0.61
Hex 3B FA CC 4C 0 12 2 A6 5F 3D
Octal 73 372 314 114 0 22 2 246 137 75
Binary 111011 11111010 11001100 1001100 0 10010 10 10100110 1011111 111101

Color Harmonies of #3BFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFACC

Black with #3BFACC

Text Example


Text Example

White with #3BFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,250,204); }

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

background-color css

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

 a { background-color: rgb(59,250,204); }

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

border-color css

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

 span { border-color: rgb(59,250,204); }

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