Html Css Color HEX #3AFCC5 Turquoise

📋 copy color: '#3AFCC5'

red 58 ◦ green 252 ◦ blue 197

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

Shades of Turquoise #3AFCC5

Tints of Turquoise #3AFCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 11.44%
G = 49.7%
B = 38.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#3AFCC5 (or 0x3AFCC5) is known color: Turquoise. HEX triplet: 3A, FC and C5. RGB value is (58,252,197). Sum of RGB (Red+Green+Blue) = 58+252+197=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCC5 is #C5033A. Grayscale: #BBBBBB. Windows color (decimal): -12911419 or 12975162. OLE color: 12975162.

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

Color convert

RGB 58 252 197 -
CMYK 0.77 0 0.22 0.01
HSL 162.99º 0.97% 0.61% -
HSV(B) 162.99º 0.77% 0.99% -
XYZ 46.63 74.55 64.76 -
YUV 187.72 133.23 35.47 -
System Red Green Blue C M Y K H S L
Decimal 58 252 197 0.77 0 0.22 0.01 162.99 0.97 0.61
Hex 3A FC C5 4D 0 16 1 A3 61 3D
Octal 72 374 305 115 0 26 1 243 141 75
Binary 111010 11111100 11000101 1001101 0 10110 1 10100011 1100001 111101

Color Harmonies of #3AFCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCC5

Black with #3AFCC5

Text Example


Text Example

White with #3AFCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,197); }

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

background-color css

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

 a { background-color: rgb(58,252,197); }

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

border-color css

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

 span { border-color: rgb(58,252,197); }

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