Html Css Color HEX #3AFFB4 Turquoise

📋 copy color: '#3AFFB4'

red 58 ◦ green 255 ◦ blue 180

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

Shades of Turquoise #3AFFB4

Tints of Turquoise #3AFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.51%

R = 11.76%
G = 51.72%
B = 36.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#3AFFB4 (or 0x3AFFB4) is known color: Turquoise. HEX triplet: 3A, FF and B4. RGB value is (58,255,180). Sum of RGB (Red+Green+Blue) = 58+255+180=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFB4 is #C5004B. Grayscale: #BBBBBB. Windows color (decimal): -12910668 or 11861818. OLE color: 11861818.

HSL color Cylindrical-coordinate representation of color #3AFFB4: hue angle of 157.16º 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 #3AFFB4 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 180 -
CMYK 0.77 0 0.29 0
HSL 157.16º 1% 0.61% -
HSV(B) 157.16º 0.77% 1% -
XYZ 45.74 75.71 55.38 -
YUV 187.55 123.73 35.6 -
System Red Green Blue C M Y K H S L
Decimal 58 255 180 0.77 0 0.29 0 157.16 1 0.61
Hex 3A FF B4 4D 0 1D 0 9D 64 3D
Octal 72 377 264 115 0 35 0 235 144 75
Binary 111010 11111111 10110100 1001101 0 11101 0 10011101 1100100 111101

Color Harmonies of #3AFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFB4

Black with #3AFFB4

Text Example


Text Example

White with #3AFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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