Html Css Color HEX #3AFBC5 Turquoise

📋 copy color: '#3AFBC5'

red 58 ◦ green 251 ◦ blue 197

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

Shades of Turquoise #3AFBC5

Tints of Turquoise #3AFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 11.46%
G = 49.6%
B = 38.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#3AFBC5 (or 0x3AFBC5) is known color: Turquoise. HEX triplet: 3A, FB and C5. RGB value is (58,251,197). Sum of RGB (Red+Green+Blue) = 58+251+197=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBC5 is #C5043A. Grayscale: #BBBBBB. Windows color (decimal): -12911675 or 12974906. OLE color: 12974906.

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

Color convert

RGB 58 251 197 -
CMYK 0.77 0 0.22 0.02
HSL 163.21º 0.96% 0.61% -
HSV(B) 163.21º 0.77% 0.98% -
XYZ 46.32 73.93 64.65 -
YUV 187.14 133.56 35.89 -
System Red Green Blue C M Y K H S L
Decimal 58 251 197 0.77 0 0.22 0.02 163.21 0.96 0.61
Hex 3A FB C5 4D 0 16 2 A3 60 3D
Octal 72 373 305 115 0 26 2 243 140 75
Binary 111010 11111011 11000101 1001101 0 10110 10 10100011 1100000 111101

Color Harmonies of #3AFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBC5

Black with #3AFBC5

Text Example


Text Example

White with #3AFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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