Html Css Color HEX #3ADCCA Turquoise

📋 copy color: '#3ADCCA'

red 58 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #3ADCCA

Tints of Turquoise #3ADCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 12.08%
G = 45.83%
B = 42.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#3ADCCA (or 0x3ADCCA) is known color: Turquoise. HEX triplet: 3A, DC and CA. RGB value is (58,220,202). Sum of RGB (Red+Green+Blue) = 58+220+202=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCCA is #C52335. Grayscale: #A9A9A9. Windows color (decimal): -12919606 or 13294650. OLE color: 13294650.

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

Color convert

RGB 58 220 202 -
CMYK 0.74 0 0.08 0.14
HSL 173.33º 0.7% 0.55% -
HSV(B) 173.33º 0.74% 0.86% -
XYZ 38 56.35 64.75 -
YUV 169.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 58 220 202 0.74 0 0.08 0.14 173.33 0.7 0.55
Hex 3A DC CA 4A 0 8 E AD 46 37
Octal 72 334 312 112 0 10 16 255 106 67
Binary 111010 11011100 11001010 1001010 0 1000 1110 10101101 1000110 110111

Color Harmonies of #3ADCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCCA

Black with #3ADCCA

Text Example


Text Example

White with #3ADCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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