Html Css Color HEX #47DACE Turquoise

📋 copy color: '#47DACE'

red 71 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #47DACE

Tints of Turquoise #47DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 14.34%
G = 44.04%
B = 41.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#47DACE (or 0x47DACE) is known color: Turquoise. HEX triplet: 47, DA and CE. RGB value is (71,218,206). Sum of RGB (Red+Green+Blue) = 71+218+206=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #47DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DACE is #B82531. Grayscale: #ACACAC. Windows color (decimal): -12068146 or 13556295. OLE color: 13556295.

HSL color Cylindrical-coordinate representation of color #47DACE: hue angle of 175.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DACE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 218 206 -
CMYK 0.67 0 0.06 0.15
HSL 175.1º 0.67% 0.57% -
HSV(B) 175.1º 0.67% 0.85% -
XYZ 38.81 55.94 67.14 -
YUV 172.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 71 218 206 0.67 0 0.06 0.15 175.1 0.67 0.57
Hex 47 DA CE 43 0 6 F AF 43 39
Octal 107 332 316 103 0 6 17 257 103 71
Binary 1000111 11011010 11001110 1000011 0 110 1111 10101111 1000011 111001

Color Harmonies of #47DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DACE

Black with #47DACE

Text Example


Text Example

White with #47DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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