Html Css Color HEX #47DDDA Turquoise

📋 copy color: '#47DDDA'

red 71 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #47DDDA

Tints of Turquoise #47DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 13.92%
G = 43.33%
B = 42.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#47DDDA (or 0x47DDDA) is known color: Turquoise. HEX triplet: 47, DD and DA. RGB value is (71,221,218). Sum of RGB (Red+Green+Blue) = 71+221+218=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDDA is #B82225. Grayscale: #AFAFAF. Windows color (decimal): -12067366 or 14343495. OLE color: 14343495.

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

Color convert

RGB 71 221 218 -
CMYK 0.68 0 0.01 0.13
HSL 178.8º 0.69% 0.57% -
HSV(B) 178.8º 0.68% 0.87% -
XYZ 41.11 58.11 75.38 -
YUV 175.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 71 221 218 0.68 0 0.01 0.13 178.8 0.69 0.57
Hex 47 DD DA 44 0 1 D B3 45 39
Octal 107 335 332 104 0 1 15 263 105 71
Binary 1000111 11011101 11011010 1000100 0 1 1101 10110011 1000101 111001

Color Harmonies of #47DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDDA

Black with #47DDDA

Text Example


Text Example

White with #47DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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