Html Css Color HEX #47F0DD Turquoise

📋 copy color: '#47F0DD'

red 71 ◦ green 240 ◦ blue 221

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

Shades of Turquoise #47F0DD

Tints of Turquoise #47F0DD

RGB

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

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

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

R = 13.35%
G = 45.11%
B = 41.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#47F0DD (or 0x47F0DD) is known color: Turquoise. HEX triplet: 47, F0 and DD. RGB value is (71,240,221). Sum of RGB (Red+Green+Blue) = 71+240+221=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F0DD is #B80F22. Grayscale: #BBBBBB. Windows color (decimal): -12062499 or 14544967. OLE color: 14544967.

HSL color Cylindrical-coordinate representation of color #47F0DD: hue angle of 173.25º 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 #47F0DD is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 240 221 -
CMYK 0.70 0 0.08 0.06
HSL 173.25º 0.85% 0.61% -
HSV(B) 173.25º 0.7% 0.94% -
XYZ 46.81 68.88 79.23 -
YUV 187.3 147.01 45.04 -
System Red Green Blue C M Y K H S L
Decimal 71 240 221 0.70 0 0.08 0.06 173.25 0.85 0.61
Hex 47 F0 DD 46 0 8 6 AD 55 3D
Octal 107 360 335 106 0 10 6 255 125 75
Binary 1000111 11110000 11011101 1000110 0 1000 110 10101101 1010101 111101

Color Harmonies of #47F0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F0DD

Black with #47F0DD

Text Example


Text Example

White with #47F0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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