Html Css Color HEX #3ADFC5 Turquoise

📋 copy color: '#3ADFC5'

red 58 ◦ green 223 ◦ blue 197

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

Shades of Turquoise #3ADFC5

Tints of Turquoise #3ADFC5

RGB

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

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

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

R = 12.13%
G = 46.65%
B = 41.21%

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

#3ADFC5 (or 0x3ADFC5) is known color: Turquoise. HEX triplet: 3A, DF and C5. RGB value is (58,223,197). Sum of RGB (Red+Green+Blue) = 58+223+197=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFC5 is #C5203A. Grayscale: #AAAAAA. Windows color (decimal): -12918843 or 12967738. OLE color: 12967738.

HSL color Cylindrical-coordinate representation of color #3ADFC5: hue angle of 170.55º 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 #3ADFC5 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 197 -
CMYK 0.74 0 0.12 0.13
HSL 170.55º 0.72% 0.55% -
HSV(B) 170.55º 0.74% 0.87% -
XYZ 38.21 57.71 61.95 -
YUV 170.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 58 223 197 0.74 0 0.12 0.13 170.55 0.72 0.55
Hex 3A DF C5 4A 0 C D AB 48 37
Octal 72 337 305 112 0 14 15 253 110 67
Binary 111010 11011111 11000101 1001010 0 1100 1101 10101011 1001000 110111

Color Harmonies of #3ADFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFC5

Black with #3ADFC5

Text Example


Text Example

White with #3ADFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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