Html Css Color HEX #3AF9C7 Turquoise

📋 copy color: '#3AF9C7'

red 58 ◦ green 249 ◦ blue 199

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

Shades of Turquoise #3AF9C7

Tints of Turquoise #3AF9C7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.21%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 11.46%
G = 49.21%
B = 39.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#3AF9C7 (or 0x3AF9C7) is known color: Turquoise. HEX triplet: 3A, F9 and C7. RGB value is (58,249,199). Sum of RGB (Red+Green+Blue) = 58+249+199=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9C7 is #C50638. Grayscale: #BABABA. Windows color (decimal): -12912185 or 13105466. OLE color: 13105466.

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

Color convert

RGB 58 249 199 -
CMYK 0.77 0 0.20 0.02
HSL 164.29º 0.94% 0.6% -
HSV(B) 164.29º 0.77% 0.98% -
XYZ 45.93 72.77 65.66 -
YUV 186.19 135.22 36.57 -
System Red Green Blue C M Y K H S L
Decimal 58 249 199 0.77 0 0.20 0.02 164.29 0.94 0.6
Hex 3A F9 C7 4D 0 14 2 A4 5E 3C
Octal 72 371 307 115 0 24 2 244 136 74
Binary 111010 11111001 11000111 1001101 0 10100 10 10100100 1011110 111100

Color Harmonies of #3AF9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9C7

Black with #3AF9C7

Text Example


Text Example

White with #3AF9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,199); }

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

background-color css

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

 a { background-color: rgb(58,249,199); }

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

border-color css

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

 span { border-color: rgb(58,249,199); }

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