Html Css Color HEX #47DDED Turquoise

📋 copy color: '#47DDED'

red 71 ◦ green 221 ◦ blue 237

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

Shades of Turquoise #47DDED

Tints of Turquoise #47DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 13.42%
G = 41.78%
B = 44.8%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47DDED (or 0x47DDED) is known color: Turquoise. HEX triplet: 47, DD and ED. RGB value is (71,221,237). Sum of RGB (Red+Green+Blue) = 71+221+237=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #47DDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DDED is #B82212. Grayscale: #B1B1B1. Windows color (decimal): -12067347 or 15588679. OLE color: 15588679.

HSL color Cylindrical-coordinate representation of color #47DDED: hue angle of 185.78º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DDED is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 221 237 -
CMYK 0.70 0.07 0 0.07
HSL 185.78º 0.82% 0.6% -
HSV(B) 185.78º 0.7% 0.93% -
XYZ 43.74 59.17 89.24 -
YUV 177.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 71 221 237 0.70 0.07 0 0.07 185.78 0.82 0.6
Hex 47 DD ED 46 7 0 7 BA 52 3C
Octal 107 335 355 106 7 0 7 272 122 74
Binary 1000111 11011101 11101101 1000110 111 0 111 10111010 1010010 111100

Color Harmonies of #47DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDED

Black with #47DDED

Text Example


Text Example

White with #47DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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