Html Css Color HEX #3AFAC0 Turquoise

📋 copy color: '#3AFAC0'

red 58 ◦ green 250 ◦ blue 192

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

Shades of Turquoise #3AFAC0

Tints of Turquoise #3AFAC0

RGB

 RED value IS 58 (23.05% from 255) = 11.6%

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

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 11.6%
G = 50%
B = 38.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#3AFAC0 (or 0x3AFAC0) is known color: Turquoise. HEX triplet: 3A, FA and C0. RGB value is (58,250,192). Sum of RGB (Red+Green+Blue) = 58+250+192=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAC0 is #C5053F. Grayscale: #BABABA. Windows color (decimal): -12911936 or 12646970. OLE color: 12646970.

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

Color convert

RGB 58 250 192 -
CMYK 0.77 0 0.23 0.02
HSL 161.88º 0.95% 0.6% -
HSV(B) 161.88º 0.77% 0.98% -
XYZ 45.44 73.08 61.58 -
YUV 185.98 131.39 36.72 -
System Red Green Blue C M Y K H S L
Decimal 58 250 192 0.77 0 0.23 0.02 161.88 0.95 0.6
Hex 3A FA C0 4D 0 17 2 A2 5F 3C
Octal 72 372 300 115 0 27 2 242 137 74
Binary 111010 11111010 11000000 1001101 0 10111 10 10100010 1011111 111100

Color Harmonies of #3AFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAC0

Black with #3AFAC0

Text Example


Text Example

White with #3AFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,192); }

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

background-color css

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

 a { background-color: rgb(58,250,192); }

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

border-color css

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

 span { border-color: rgb(58,250,192); }

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