Html Css Color HEX #3AFFC6 Turquoise

📋 copy color: '#3AFFC6'

red 58 ◦ green 255 ◦ blue 198

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

Shades of Turquoise #3AFFC6

Tints of Turquoise #3AFFC6

RGB

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

 GREEN value IS 255 (100% from 255) = 49.9%

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 11.35%
G = 49.9%
B = 38.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#3AFFC6 (or 0x3AFFC6) is known color: Turquoise. HEX triplet: 3A, FF and C6. RGB value is (58,255,198). Sum of RGB (Red+Green+Blue) = 58+255+198=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFC6 is #C50039. Grayscale: #BDBDBD. Windows color (decimal): -12910650 or 13041466. OLE color: 13041466.

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

Color convert

RGB 58 255 198 -
CMYK 0.77 0 0.22 0
HSL 162.64º 1% 0.61% -
HSV(B) 162.64º 0.77% 1% -
XYZ 47.7 76.5 65.68 -
YUV 189.6 132.73 34.13 -
System Red Green Blue C M Y K H S L
Decimal 58 255 198 0.77 0 0.22 0 162.64 1 0.61
Hex 3A FF C6 4D 0 16 0 A3 64 3D
Octal 72 377 306 115 0 26 0 243 144 75
Binary 111010 11111111 11000110 1001101 0 10110 0 10100011 1100100 111101

Color Harmonies of #3AFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFC6

Black with #3AFFC6

Text Example


Text Example

White with #3AFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,255,198); }

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

background-color css

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

 a { background-color: rgb(58,255,198); }

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

border-color css

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

 span { border-color: rgb(58,255,198); }

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