Html Css Color HEX #3AFFC5 Turquoise

📋 copy color: '#3AFFC5'

red 58 ◦ green 255 ◦ blue 197

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

Shades of Turquoise #3AFFC5

Tints of Turquoise #3AFFC5

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

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

R = 11.37%
G = 50%
B = 38.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#3AFFC5 (or 0x3AFFC5) is known color: Turquoise. HEX triplet: 3A, FF and C5. RGB value is (58,255,197). Sum of RGB (Red+Green+Blue) = 58+255+197=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFC5 is #C5003A. Grayscale: #BDBDBD. Windows color (decimal): -12910651 or 12975930. OLE color: 12975930.

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

Color convert

RGB 58 255 197 -
CMYK 0.77 0 0.23 0
HSL 162.34º 1% 0.61% -
HSV(B) 162.34º 0.77% 1% -
XYZ 47.58 76.45 65.07 -
YUV 189.49 132.23 34.22 -
System Red Green Blue C M Y K H S L
Decimal 58 255 197 0.77 0 0.23 0 162.34 1 0.61
Hex 3A FF C5 4D 0 17 0 A2 64 3D
Octal 72 377 305 115 0 27 0 242 144 75
Binary 111010 11111111 11000101 1001101 0 10111 0 10100010 1100100 111101

Color Harmonies of #3AFFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFC5

Black with #3AFFC5

Text Example


Text Example

White with #3AFFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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