Html Css Color HEX #47DDDD Turquoise

📋 copy color: '#47DDDD'

red 71 ◦ green 221 ◦ blue 221

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

Shades of Turquoise #47DDDD

Tints of Turquoise #47DDDD

RGB

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

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

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

R = 13.84%
G = 43.08%
B = 43.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47DDDD (or 0x47DDDD) is known color: Turquoise. HEX triplet: 47, DD and DD. RGB value is (71,221,221). Sum of RGB (Red+Green+Blue) = 71+221+221=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #47DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDDD is #B82222. Grayscale: #B0B0B0. Windows color (decimal): -12067363 or 14540103. OLE color: 14540103.

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

Color convert

RGB 71 221 221 -
CMYK 0.68 0 0 0.13
HSL 180º 0.69% 0.57% -
HSV(B) 180º 0.68% 0.87% -
XYZ 41.51 58.27 77.47 -
YUV 176.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 71 221 221 0.68 0 0 0.13 180 0.69 0.57
Hex 47 DD DD 44 0 0 D B4 45 39
Octal 107 335 335 104 0 0 15 264 105 71
Binary 1000111 11011101 11011101 1000100 0 0 1101 10110100 1000101 111001

Color Harmonies of #47DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDDD

Black with #47DDDD

Text Example


Text Example

White with #47DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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