Html Css Color HEX #47DACF Turquoise

📋 copy color: '#47DACF'

red 71 ◦ green 218 ◦ blue 207

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

Shades of Turquoise #47DACF

Tints of Turquoise #47DACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 14.31%
G = 43.95%
B = 41.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#47DACF (or 0x47DACF) is known color: Turquoise. HEX triplet: 47, DA and CF. RGB value is (71,218,207). Sum of RGB (Red+Green+Blue) = 71+218+207=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #47DACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DACF is #B82530. Grayscale: #ACACAC. Windows color (decimal): -12068145 or 13621831. OLE color: 13621831.

HSL color Cylindrical-coordinate representation of color #47DACF: hue angle of 175.51º 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 #47DACF is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 218 207 -
CMYK 0.67 0 0.05 0.15
HSL 175.51º 0.67% 0.57% -
HSV(B) 175.51º 0.67% 0.85% -
XYZ 38.93 55.99 67.79 -
YUV 172.79 147.3 55.39 -
System Red Green Blue C M Y K H S L
Decimal 71 218 207 0.67 0 0.05 0.15 175.51 0.67 0.57
Hex 47 DA CF 43 0 5 F B0 43 39
Octal 107 332 317 103 0 5 17 260 103 71
Binary 1000111 11011010 11001111 1000011 0 101 1111 10110000 1000011 111001

Color Harmonies of #47DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DACF

Black with #47DACF

Text Example


Text Example

White with #47DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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