Html Css Color HEX #3ADACC Turquoise

📋 copy color: '#3ADACC'

red 58 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #3ADACC

Tints of Turquoise #3ADACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 12.08%
G = 45.42%
B = 42.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3ADACC (or 0x3ADACC) is known color: Turquoise. HEX triplet: 3A, DA and CC. RGB value is (58,218,204). Sum of RGB (Red+Green+Blue) = 58+218+204=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADACC is #C52533. Grayscale: #A8A8A8. Windows color (decimal): -12920116 or 13425210. OLE color: 13425210.

HSL color Cylindrical-coordinate representation of color #3ADACC: hue angle of 174.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADACC is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 218 204 -
CMYK 0.73 0 0.06 0.15
HSL 174.75º 0.68% 0.54% -
HSV(B) 174.75º 0.73% 0.85% -
XYZ 37.72 55.4 65.83 -
YUV 168.56 147.99 49.14 -
System Red Green Blue C M Y K H S L
Decimal 58 218 204 0.73 0 0.06 0.15 174.75 0.68 0.54
Hex 3A DA CC 49 0 6 F AF 44 36
Octal 72 332 314 111 0 6 17 257 104 66
Binary 111010 11011010 11001100 1001001 0 110 1111 10101111 1000100 110110

Color Harmonies of #3ADACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADACC

Black with #3ADACC

Text Example


Text Example

White with #3ADACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,218,204); }

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

background-color css

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

 a { background-color: rgb(58,218,204); }

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

border-color css

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

 span { border-color: rgb(58,218,204); }

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