Html Css Color HEX #3AFBC2 Turquoise

📋 copy color: '#3AFBC2'

red 58 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #3AFBC2

Tints of Turquoise #3AFBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 11.53%
G = 49.9%
B = 38.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#3AFBC2 (or 0x3AFBC2) is known color: Turquoise. HEX triplet: 3A, FB and C2. RGB value is (58,251,194). Sum of RGB (Red+Green+Blue) = 58+251+194=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBC2 is #C5043D. Grayscale: #BABABA. Windows color (decimal): -12911678 or 12778298. OLE color: 12778298.

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

Color convert

RGB 58 251 194 -
CMYK 0.77 0 0.23 0.02
HSL 162.28º 0.96% 0.61% -
HSV(B) 162.28º 0.77% 0.98% -
XYZ 45.98 73.79 62.86 -
YUV 186.8 132.06 36.13 -
System Red Green Blue C M Y K H S L
Decimal 58 251 194 0.77 0 0.23 0.02 162.28 0.96 0.61
Hex 3A FB C2 4D 0 17 2 A2 60 3D
Octal 72 373 302 115 0 27 2 242 140 75
Binary 111010 11111011 11000010 1001101 0 10111 10 10100010 1100000 111101

Color Harmonies of #3AFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBC2

Black with #3AFBC2

Text Example


Text Example

White with #3AFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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