Html Css Color HEX #3AF6D9 Turquoise

📋 copy color: '#3AF6D9'

red 58 ◦ green 246 ◦ blue 217

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

Shades of Turquoise #3AF6D9

Tints of Turquoise #3AF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.22%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 11.13%
G = 47.22%
B = 41.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#3AF6D9 (or 0x3AF6D9) is known color: Turquoise. HEX triplet: 3A, F6 and D9. RGB value is (58,246,217). Sum of RGB (Red+Green+Blue) = 58+246+217=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF6D9 is #C50926. Grayscale: #BABABA. Windows color (decimal): -12912935 or 14284346. OLE color: 14284346.

HSL color Cylindrical-coordinate representation of color #3AF6D9: hue angle of 170.74º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF6D9 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 217 -
CMYK 0.76 0 0.12 0.04
HSL 170.74º 0.91% 0.6% -
HSV(B) 170.74º 0.76% 0.96% -
XYZ 47.23 71.82 77.02 -
YUV 186.48 145.22 36.36 -
System Red Green Blue C M Y K H S L
Decimal 58 246 217 0.76 0 0.12 0.04 170.74 0.91 0.6
Hex 3A F6 D9 4C 0 C 4 AB 5B 3C
Octal 72 366 331 114 0 14 4 253 133 74
Binary 111010 11110110 11011001 1001100 0 1100 100 10101011 1011011 111100

Color Harmonies of #3AF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF6D9

Black with #3AF6D9

Text Example


Text Example

White with #3AF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,217); }

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

background-color css

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

 a { background-color: rgb(58,246,217); }

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

border-color css

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

 span { border-color: rgb(58,246,217); }

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