Html Css Color HEX #47DCCA Turquoise

📋 copy color: '#47DCCA'

red 71 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #47DCCA

Tints of Turquoise #47DCCA

RGB

 RED value IS 71 (28.13% from 255) = 14.4%

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

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

R = 14.4%
G = 44.62%
B = 40.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#47DCCA (or 0x47DCCA) is known color: Turquoise. HEX triplet: 47, DC and CA. RGB value is (71,220,202). Sum of RGB (Red+Green+Blue) = 71+220+202=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCCA is #B82335. Grayscale: #ADADAD. Windows color (decimal): -12067638 or 13294663. OLE color: 13294663.

HSL color Cylindrical-coordinate representation of color #47DCCA: hue angle of 172.75º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCCA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 202 -
CMYK 0.68 0 0.08 0.14
HSL 172.75º 0.68% 0.57% -
HSV(B) 172.75º 0.68% 0.86% -
XYZ 38.85 56.79 64.79 -
YUV 173.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 71 220 202 0.68 0 0.08 0.14 172.75 0.68 0.57
Hex 47 DC CA 44 0 8 E AD 44 39
Octal 107 334 312 104 0 10 16 255 104 71
Binary 1000111 11011100 11001010 1000100 0 1000 1110 10101101 1000100 111001

Color Harmonies of #47DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCCA

Black with #47DCCA

Text Example


Text Example

White with #47DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DCCA; }

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

 H1.HeaderClassName
 {
   color: #47DCCA;
 }
 .AnyTagClassName
 {
   color: #47DCCA;
 }
</style>

background-color css

<style>
 a { background-color: #47DCCA; }

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

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

border-color css

<style>
 span { border-color: #47DCCA; }

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

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