Html Css Color HEX #3AFABB Turquoise

📋 copy color: '#3AFABB'

red 58 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #3AFABB

Tints of Turquoise #3AFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 11.72%
G = 50.51%
B = 37.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#3AFABB (or 0x3AFABB) is known color: Turquoise. HEX triplet: 3A, FA and BB. RGB value is (58,250,187). Sum of RGB (Red+Green+Blue) = 58+250+187=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFABB is #C50544. Grayscale: #B9B9B9. Windows color (decimal): -12911941 or 12319290. OLE color: 12319290.

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

Color convert

RGB 58 250 187 -
CMYK 0.77 0 0.25 0.02
HSL 160.31º 0.95% 0.6% -
HSV(B) 160.31º 0.77% 0.98% -
XYZ 44.9 72.86 58.71 -
YUV 185.41 128.89 37.12 -
System Red Green Blue C M Y K H S L
Decimal 58 250 187 0.77 0 0.25 0.02 160.31 0.95 0.6
Hex 3A FA BB 4D 0 19 2 A0 5F 3C
Octal 72 372 273 115 0 31 2 240 137 74
Binary 111010 11111010 10111011 1001101 0 11001 10 10100000 1011111 111100

Color Harmonies of #3AFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFABB

Black with #3AFABB

Text Example


Text Example

White with #3AFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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