Html Css Color HEX #3CFBC2 Turquoise

📋 copy color: '#3CFBC2'

red 60 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #3CFBC2

Tints of Turquoise #3CFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 11.88%
G = 49.7%
B = 38.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#3CFBC2 (or 0x3CFBC2) is known color: Turquoise. HEX triplet: 3C, FB and C2. RGB value is (60,251,194). Sum of RGB (Red+Green+Blue) = 60+251+194=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBC2 is #C3043D. Grayscale: #BBBBBB. Windows color (decimal): -12780606 or 12778300. OLE color: 12778300.

HSL color Cylindrical-coordinate representation of color #3CFBC2: hue angle of 162.09º degrees, saturation: 0.96, 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 #3CFBC2 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 251 194 -
CMYK 0.76 0 0.23 0.02
HSL 162.09º 0.96% 0.61% -
HSV(B) 162.09º 0.76% 0.98% -
XYZ 46.1 73.85 62.86 -
YUV 187.39 131.72 37.13 -
System Red Green Blue C M Y K H S L
Decimal 60 251 194 0.76 0 0.23 0.02 162.09 0.96 0.61
Hex 3C FB C2 4C 0 17 2 A2 60 3D
Octal 74 373 302 114 0 27 2 242 140 75
Binary 111100 11111011 11000010 1001100 0 10111 10 10100010 1100000 111101

Color Harmonies of #3CFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBC2

Black with #3CFBC2

Text Example


Text Example

White with #3CFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,251,194); }

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

background-color css

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

 a { background-color: rgb(60,251,194); }

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

border-color css

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

 span { border-color: rgb(60,251,194); }

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