Html Css Color HEX #47DCCD Turquoise

📋 copy color: '#47DCCD'

red 71 ◦ green 220 ◦ blue 205

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

Shades of Turquoise #47DCCD

Tints of Turquoise #47DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 14.31%
G = 44.35%
B = 41.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#47DCCD (or 0x47DCCD) is known color: Turquoise. HEX triplet: 47, DC and CD. RGB value is (71,220,205). Sum of RGB (Red+Green+Blue) = 71+220+205=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCCD is #B82332. Grayscale: #ADADAD. Windows color (decimal): -12067635 or 13491271. OLE color: 13491271.

HSL color Cylindrical-coordinate representation of color #47DCCD: hue angle of 173.96º 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 #47DCCD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 205 -
CMYK 0.68 0 0.07 0.14
HSL 173.96º 0.68% 0.57% -
HSV(B) 173.96º 0.68% 0.86% -
XYZ 39.21 56.93 66.68 -
YUV 173.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 71 220 205 0.68 0 0.07 0.14 173.96 0.68 0.57
Hex 47 DC CD 44 0 7 E AE 44 39
Octal 107 334 315 104 0 7 16 256 104 71
Binary 1000111 11011100 11001101 1000100 0 111 1110 10101110 1000100 111001

Color Harmonies of #47DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCCD

Black with #47DCCD

Text Example


Text Example

White with #47DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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