Html Css Color HEX #3ADFC4 Turquoise

📋 copy color: '#3ADFC4'

red 58 ◦ green 223 ◦ blue 196

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

Shades of Turquoise #3ADFC4

Tints of Turquoise #3ADFC4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 12.16%
G = 46.75%
B = 41.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#3ADFC4 (or 0x3ADFC4) is known color: Turquoise. HEX triplet: 3A, DF and C4. RGB value is (58,223,196). Sum of RGB (Red+Green+Blue) = 58+223+196=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFC4 is #C5203B. Grayscale: #AAAAAA. Windows color (decimal): -12918844 or 12902202. OLE color: 12902202.

HSL color Cylindrical-coordinate representation of color #3ADFC4: hue angle of 170.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFC4 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 196 -
CMYK 0.74 0 0.12 0.13
HSL 170.18º 0.72% 0.55% -
HSV(B) 170.18º 0.74% 0.87% -
XYZ 38.1 57.66 61.35 -
YUV 170.59 142.34 47.7 -
System Red Green Blue C M Y K H S L
Decimal 58 223 196 0.74 0 0.12 0.13 170.18 0.72 0.55
Hex 3A DF C4 4A 0 C D AA 48 37
Octal 72 337 304 112 0 14 15 252 110 67
Binary 111010 11011111 11000100 1001010 0 1100 1101 10101010 1001000 110111

Color Harmonies of #3ADFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFC4

Black with #3ADFC4

Text Example


Text Example

White with #3ADFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,196); }

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

background-color css

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

 a { background-color: rgb(58,223,196); }

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

border-color css

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

 span { border-color: rgb(58,223,196); }

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