Html Css Color HEX #3ADCD0 Turquoise

📋 copy color: '#3ADCD0'

red 58 ◦ green 220 ◦ blue 208

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

Shades of Turquoise #3ADCD0

Tints of Turquoise #3ADCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 11.93%
G = 45.27%
B = 42.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#3ADCD0 (or 0x3ADCD0) is known color: Turquoise. HEX triplet: 3A, DC and D0. RGB value is (58,220,208). Sum of RGB (Red+Green+Blue) = 58+220+208=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCD0 is #C5232F. Grayscale: #AAAAAA. Windows color (decimal): -12919600 or 13687866. OLE color: 13687866.

HSL color Cylindrical-coordinate representation of color #3ADCD0: hue angle of 175.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCD0 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 208 -
CMYK 0.74 0 0.05 0.14
HSL 175.56º 0.7% 0.55% -
HSV(B) 175.56º 0.74% 0.86% -
XYZ 38.72 56.64 68.57 -
YUV 170.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 58 220 208 0.74 0 0.05 0.14 175.56 0.7 0.55
Hex 3A DC D0 4A 0 5 E B0 46 37
Octal 72 334 320 112 0 5 16 260 106 67
Binary 111010 11011100 11010000 1001010 0 101 1110 10110000 1000110 110111

Color Harmonies of #3ADCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCD0

Black with #3ADCD0

Text Example


Text Example

White with #3ADCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,208); }

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

background-color css

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

 a { background-color: rgb(58,220,208); }

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

border-color css

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

 span { border-color: rgb(58,220,208); }

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