Html Css Color HEX #47F0D8 Turquoise

📋 copy color: '#47F0D8'

red 71 ◦ green 240 ◦ blue 216

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

Shades of Turquoise #47F0D8

Tints of Turquoise #47F0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 13.47%
G = 45.54%
B = 40.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#47F0D8 (or 0x47F0D8) is known color: Turquoise. HEX triplet: 47, F0 and D8. RGB value is (71,240,216). Sum of RGB (Red+Green+Blue) = 71+240+216=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F0D8 is #B80F27. Grayscale: #BABABA. Windows color (decimal): -12062504 or 14217287. OLE color: 14217287.

HSL color Cylindrical-coordinate representation of color #47F0D8: hue angle of 171.48º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47F0D8 is Cyan = 0.70, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 240 216 -
CMYK 0.70 0 0.1 0.06
HSL 171.48º 0.85% 0.61% -
HSV(B) 171.48º 0.7% 0.94% -
XYZ 46.15 68.62 75.78 -
YUV 186.73 144.51 45.45 -
System Red Green Blue C M Y K H S L
Decimal 71 240 216 0.70 0 0.1 0.06 171.48 0.85 0.61
Hex 47 F0 D8 46 0 A 6 AB 55 3D
Octal 107 360 330 106 0 12 6 253 125 75
Binary 1000111 11110000 11011000 1000110 0 1010 110 10101011 1010101 111101

Color Harmonies of #47F0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F0D8

Black with #47F0D8

Text Example


Text Example

White with #47F0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,240,216); }

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

background-color css

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

 a { background-color: rgb(71,240,216); }

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

border-color css

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

 span { border-color: rgb(71,240,216); }

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