Html Css Color HEX #3CFAB6 Turquoise

📋 copy color: '#3CFAB6'

red 60 ◦ green 250 ◦ blue 182

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

Shades of Turquoise #3CFAB6

Tints of Turquoise #3CFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 12.2%
G = 50.81%
B = 36.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#3CFAB6 (or 0x3CFAB6) is known color: Turquoise. HEX triplet: 3C, FA and B6. RGB value is (60,250,182). Sum of RGB (Red+Green+Blue) = 60+250+182=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAB6 is #C30549. Grayscale: #B9B9B9. Windows color (decimal): -12780874 or 11991612. OLE color: 11991612.

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

Color convert

RGB 60 250 182 -
CMYK 0.76 0 0.27 0.02
HSL 158.53º 0.95% 0.61% -
HSV(B) 158.53º 0.76% 0.98% -
XYZ 44.49 72.71 55.95 -
YUV 185.44 126.05 38.53 -
System Red Green Blue C M Y K H S L
Decimal 60 250 182 0.76 0 0.27 0.02 158.53 0.95 0.61
Hex 3C FA B6 4C 0 1B 2 9F 5F 3D
Octal 74 372 266 114 0 33 2 237 137 75
Binary 111100 11111010 10110110 1001100 0 11011 10 10011111 1011111 111101

Color Harmonies of #3CFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAB6

Black with #3CFAB6

Text Example


Text Example

White with #3CFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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