Html Css Color HEX #47DCDF Turquoise

📋 copy color: '#47DCDF'

red 71 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #47DCDF

Tints of Turquoise #47DCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 13.81%
G = 42.8%
B = 43.39%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47DCDF (or 0x47DCDF) is known color: Turquoise. HEX triplet: 47, DC and DF. RGB value is (71,220,223). Sum of RGB (Red+Green+Blue) = 71+220+223=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #47DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCDF is #B82320. Grayscale: #AFAFAF. Windows color (decimal): -12067617 or 14670919. OLE color: 14670919.

HSL color Cylindrical-coordinate representation of color #47DCDF: hue angle of 181.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCDF is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 220 223 -
CMYK 0.68 0.01 0 0.13
HSL 181.18º 0.7% 0.58% -
HSV(B) 181.18º 0.68% 0.87% -
XYZ 41.51 57.85 78.79 -
YUV 175.79 154.64 53.26 -
System Red Green Blue C M Y K H S L
Decimal 71 220 223 0.68 0.01 0 0.13 181.18 0.7 0.58
Hex 47 DC DF 44 1 0 D B5 46 3A
Octal 107 334 337 104 1 0 15 265 106 72
Binary 1000111 11011100 11011111 1000100 1 0 1101 10110101 1000110 111010

Color Harmonies of #47DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCDF

Black with #47DCDF

Text Example


Text Example

White with #47DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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