Html Css Color HEX #3CFCB0 Turquoise

📋 copy color: '#3CFCB0'

red 60 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #3CFCB0

Tints of Turquoise #3CFCB0

RGB

 RED value IS 60 (23.83% from 255) = 12.3%

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 12.3%
G = 51.64%
B = 36.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#3CFCB0 (or 0x3CFCB0) is known color: Turquoise. HEX triplet: 3C, FC and B0. RGB value is (60,252,176). Sum of RGB (Red+Green+Blue) = 60+252+176=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFCB0 is #C3034F. Grayscale: #BABABA. Windows color (decimal): -12780368 or 11598908. OLE color: 11598908.

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

Color convert

RGB 60 252 176 -
CMYK 0.76 0 0.30 0.01
HSL 156.25º 0.97% 0.61% -
HSV(B) 156.25º 0.76% 0.99% -
XYZ 44.51 73.72 52.96 -
YUV 185.93 122.39 38.18 -
System Red Green Blue C M Y K H S L
Decimal 60 252 176 0.76 0 0.30 0.01 156.25 0.97 0.61
Hex 3C FC B0 4C 0 1E 1 9C 61 3D
Octal 74 374 260 114 0 36 1 234 141 75
Binary 111100 11111100 10110000 1001100 0 11110 1 10011100 1100001 111101

Color Harmonies of #3CFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCB0

Black with #3CFCB0

Text Example


Text Example

White with #3CFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,176); }

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

background-color css

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

 a { background-color: rgb(60,252,176); }

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

border-color css

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

 span { border-color: rgb(60,252,176); }

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