Html Css Color HEX #3AF5B2 Turquoise

📋 copy color: '#3AF5B2'

red 58 ◦ green 245 ◦ blue 178

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

Shades of Turquoise #3AF5B2

Tints of Turquoise #3AF5B2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 12.06%
G = 50.94%
B = 37.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#3AF5B2 (or 0x3AF5B2) is known color: Turquoise. HEX triplet: 3A, F5 and B2. RGB value is (58,245,178). Sum of RGB (Red+Green+Blue) = 58+245+178=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF5B2 is #C50A4D. Grayscale: #B5B5B5. Windows color (decimal): -12913230 or 11728186. OLE color: 11728186.

HSL color Cylindrical-coordinate representation of color #3AF5B2: hue angle of 158.5º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF5B2 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 245 178 -
CMYK 0.76 0 0.27 0.04
HSL 158.5º 0.9% 0.59% -
HSV(B) 158.5º 0.76% 0.96% -
XYZ 42.43 69.42 53.28 -
YUV 181.45 126.05 39.95 -
System Red Green Blue C M Y K H S L
Decimal 58 245 178 0.76 0 0.27 0.04 158.5 0.9 0.59
Hex 3A F5 B2 4C 0 1B 4 9F 5A 3B
Octal 72 365 262 114 0 33 4 237 132 73
Binary 111010 11110101 10110010 1001100 0 11011 100 10011111 1011010 111011

Color Harmonies of #3AF5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF5B2

Black with #3AF5B2

Text Example


Text Example

White with #3AF5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,245,178); }

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

background-color css

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

 a { background-color: rgb(58,245,178); }

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

border-color css

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

 span { border-color: rgb(58,245,178); }

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