Html Css Color HEX #3CFABE Turquoise

📋 copy color: '#3CFABE'

red 60 ◦ green 250 ◦ blue 190

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

Shades of Turquoise #3CFABE

Tints of Turquoise #3CFABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 12%
G = 50%
B = 38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#3CFABE (or 0x3CFABE) is known color: Turquoise. HEX triplet: 3C, FA and BE. RGB value is (60,250,190). Sum of RGB (Red+Green+Blue) = 60+250+190=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFABE is #C30541. Grayscale: #BABABA. Windows color (decimal): -12780866 or 12515900. OLE color: 12515900.

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

Color convert

RGB 60 250 190 -
CMYK 0.76 0 0.24 0.02
HSL 161.05º 0.95% 0.61% -
HSV(B) 161.05º 0.76% 0.98% -
XYZ 45.34 73.05 60.43 -
YUV 186.35 130.05 37.88 -
System Red Green Blue C M Y K H S L
Decimal 60 250 190 0.76 0 0.24 0.02 161.05 0.95 0.61
Hex 3C FA BE 4C 0 18 2 A1 5F 3D
Octal 74 372 276 114 0 30 2 241 137 75
Binary 111100 11111010 10111110 1001100 0 11000 10 10100001 1011111 111101

Color Harmonies of #3CFABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFABE

Black with #3CFABE

Text Example


Text Example

White with #3CFABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,190); }

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

background-color css

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

 a { background-color: rgb(60,250,190); }

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

border-color css

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

 span { border-color: rgb(60,250,190); }

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