Html Css Color HEX #3AFAB7 Turquoise

📋 copy color: '#3AFAB7'

red 58 ◦ green 250 ◦ blue 183

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

Shades of Turquoise #3AFAB7

Tints of Turquoise #3AFAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 11.81%
G = 50.92%
B = 37.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#3AFAB7 (or 0x3AFAB7) is known color: Turquoise. HEX triplet: 3A, FA and B7. RGB value is (58,250,183). Sum of RGB (Red+Green+Blue) = 58+250+183=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAB7 is #C50548. Grayscale: #B9B9B9. Windows color (decimal): -12911945 or 12057146. OLE color: 12057146.

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

Color convert

RGB 58 250 183 -
CMYK 0.77 0 0.27 0.02
HSL 159.06º 0.95% 0.6% -
HSV(B) 159.06º 0.77% 0.98% -
XYZ 44.48 72.69 56.49 -
YUV 184.95 126.89 37.45 -
System Red Green Blue C M Y K H S L
Decimal 58 250 183 0.77 0 0.27 0.02 159.06 0.95 0.6
Hex 3A FA B7 4D 0 1B 2 9F 5F 3C
Octal 72 372 267 115 0 33 2 237 137 74
Binary 111010 11111010 10110111 1001101 0 11011 10 10011111 1011111 111100

Color Harmonies of #3AFAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAB7

Black with #3AFAB7

Text Example


Text Example

White with #3AFAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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