Html Css Color HEX #47DECF Turquoise

📋 copy color: '#47DECF'

red 71 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #47DECF

Tints of Turquoise #47DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 14.2%
G = 44.4%
B = 41.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#47DECF (or 0x47DECF) is known color: Turquoise. HEX triplet: 47, DE and CF. RGB value is (71,222,207). Sum of RGB (Red+Green+Blue) = 71+222+207=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #47DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DECF is #B82130. Grayscale: #AFAFAF. Windows color (decimal): -12067121 or 13622855. OLE color: 13622855.

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

Color convert

RGB 71 222 207 -
CMYK 0.68 0 0.07 0.13
HSL 174.04º 0.7% 0.57% -
HSV(B) 174.04º 0.68% 0.87% -
XYZ 39.98 58.09 68.14 -
YUV 175.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 71 222 207 0.68 0 0.07 0.13 174.04 0.7 0.57
Hex 47 DE CF 44 0 7 D AE 46 39
Octal 107 336 317 104 0 7 15 256 106 71
Binary 1000111 11011110 11001111 1000100 0 111 1101 10101110 1000110 111001

Color Harmonies of #47DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DECF

Black with #47DECF

Text Example


Text Example

White with #47DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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