Html Css Color HEX #3AFBC0 Turquoise

📋 copy color: '#3AFBC0'

red 58 ◦ green 251 ◦ blue 192

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

Shades of Turquoise #3AFBC0

Tints of Turquoise #3AFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 11.58%
G = 50.1%
B = 38.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#3AFBC0 (or 0x3AFBC0) is known color: Turquoise. HEX triplet: 3A, FB and C0. RGB value is (58,251,192). Sum of RGB (Red+Green+Blue) = 58+251+192=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBC0 is #C5043F. Grayscale: #BABABA. Windows color (decimal): -12911680 or 12647226. OLE color: 12647226.

HSL color Cylindrical-coordinate representation of color #3AFBC0: hue angle of 161.66º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBC0 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 192 -
CMYK 0.77 0 0.24 0.02
HSL 161.66º 0.96% 0.61% -
HSV(B) 161.66º 0.77% 0.98% -
XYZ 45.76 73.7 61.68 -
YUV 186.57 131.06 36.3 -
System Red Green Blue C M Y K H S L
Decimal 58 251 192 0.77 0 0.24 0.02 161.66 0.96 0.61
Hex 3A FB C0 4D 0 18 2 A2 60 3D
Octal 72 373 300 115 0 30 2 242 140 75
Binary 111010 11111011 11000000 1001101 0 11000 10 10100010 1100000 111101

Color Harmonies of #3AFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBC0

Black with #3AFBC0

Text Example


Text Example

White with #3AFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,251,192); }

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

background-color css

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

 a { background-color: rgb(58,251,192); }

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

border-color css

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

 span { border-color: rgb(58,251,192); }

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