Html Css Color HEX #3AFAB3 Turquoise

📋 copy color: '#3AFAB3'

red 58 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #3AFAB3

Tints of Turquoise #3AFAB3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.33%

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 11.91%
G = 51.33%
B = 36.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#3AFAB3 (or 0x3AFAB3) is known color: Turquoise. HEX triplet: 3A, FA and B3. RGB value is (58,250,179). Sum of RGB (Red+Green+Blue) = 58+250+179=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAB3 is #C5054C. Grayscale: #B8B8B8. Windows color (decimal): -12911949 or 11795002. OLE color: 11795002.

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

Color convert

RGB 58 250 179 -
CMYK 0.77 0 0.28 0.02
HSL 157.81º 0.95% 0.6% -
HSV(B) 157.81º 0.77% 0.98% -
XYZ 44.07 72.53 54.32 -
YUV 184.5 124.89 37.77 -
System Red Green Blue C M Y K H S L
Decimal 58 250 179 0.77 0 0.28 0.02 157.81 0.95 0.6
Hex 3A FA B3 4D 0 1C 2 9E 5F 3C
Octal 72 372 263 115 0 34 2 236 137 74
Binary 111010 11111010 10110011 1001101 0 11100 10 10011110 1011111 111100

Color Harmonies of #3AFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAB3

Black with #3AFAB3

Text Example


Text Example

White with #3AFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,179); }

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

background-color css

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

 a { background-color: rgb(58,250,179); }

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

border-color css

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

 span { border-color: rgb(58,250,179); }

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