Html Css Color HEX #47DADD Turquoise

📋 copy color: '#47DADD'

red 71 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #47DADD

Tints of Turquoise #47DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 13.92%
G = 42.75%
B = 43.33%

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

#47DADD (or 0x47DADD) is known color: Turquoise. HEX triplet: 47, DA and DD. RGB value is (71,218,221). Sum of RGB (Red+Green+Blue) = 71+218+221=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #47DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DADD is #B82522. Grayscale: #AEAEAE. Windows color (decimal): -12068131 or 14539335. OLE color: 14539335.

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

Color convert

RGB 71 218 221 -
CMYK 0.68 0.01 0 0.13
HSL 181.2º 0.69% 0.57% -
HSV(B) 181.2º 0.68% 0.87% -
XYZ 40.72 56.7 77.21 -
YUV 174.39 154.3 54.26 -
System Red Green Blue C M Y K H S L
Decimal 71 218 221 0.68 0.01 0 0.13 181.2 0.69 0.57
Hex 47 DA DD 44 1 0 D B5 45 39
Octal 107 332 335 104 1 0 15 265 105 71
Binary 1000111 11011010 11011101 1000100 1 0 1101 10110101 1000101 111001

Color Harmonies of #47DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DADD

Black with #47DADD

Text Example


Text Example

White with #47DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,218,221); }

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

background-color css

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

 a { background-color: rgb(71,218,221); }

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

border-color css

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

 span { border-color: rgb(71,218,221); }

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