Html Css Color HEX #3AF9C5 Turquoise

📋 copy color: '#3AF9C5'

red 58 ◦ green 249 ◦ blue 197

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

Shades of Turquoise #3AF9C5

Tints of Turquoise #3AF9C5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.4%

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

R = 11.51%
G = 49.4%
B = 39.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#3AF9C5 (or 0x3AF9C5) is known color: Turquoise. HEX triplet: 3A, F9 and C5. RGB value is (58,249,197). Sum of RGB (Red+Green+Blue) = 58+249+197=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9C5 is #C5063A. Grayscale: #B9B9B9. Windows color (decimal): -12912187 or 12974394. OLE color: 12974394.

HSL color Cylindrical-coordinate representation of color #3AF9C5: hue angle of 163.66º degrees, saturation: 0.94, 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 #3AF9C5 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 197 -
CMYK 0.77 0 0.21 0.02
HSL 163.66º 0.94% 0.6% -
HSV(B) 163.66º 0.77% 0.98% -
XYZ 45.7 72.68 64.44 -
YUV 185.96 134.22 36.73 -
System Red Green Blue C M Y K H S L
Decimal 58 249 197 0.77 0 0.21 0.02 163.66 0.94 0.6
Hex 3A F9 C5 4D 0 15 2 A4 5E 3C
Octal 72 371 305 115 0 25 2 244 136 74
Binary 111010 11111001 11000101 1001101 0 10101 10 10100100 1011110 111100

Color Harmonies of #3AF9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9C5

Black with #3AF9C5

Text Example


Text Example

White with #3AF9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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