Html Css Color HEX #47DEDF Turquoise

📋 copy color: '#47DEDF'

red 71 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #47DEDF

Tints of Turquoise #47DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 13.76%
G = 43.02%
B = 43.22%

CMYK

 C value IS 0.68

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47DEDF (or 0x47DEDF) is known color: Turquoise. HEX triplet: 47, DE and DF. RGB value is (71,222,223). Sum of RGB (Red+Green+Blue) = 71+222+223=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #47DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEDF is #B82120. Grayscale: #B0B0B0. Windows color (decimal): -12067105 or 14671431. OLE color: 14671431.

HSL color Cylindrical-coordinate representation of color #47DEDF: hue angle of 180.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEDF is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 222 223 -
CMYK 0.68 0.00 0 0.13
HSL 180.39º 0.7% 0.58% -
HSV(B) 180.39º 0.68% 0.87% -
XYZ 42.04 58.91 78.97 -
YUV 176.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 71 222 223 0.68 0.00 0 0.13 180.39 0.7 0.58
Hex 47 DE DF 44 0 0 D B4 46 3A
Octal 107 336 337 104 0 0 15 264 106 72
Binary 1000111 11011110 11011111 1000100 0 0 1101 10110100 1000110 111010

Color Harmonies of #47DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DEDF

Black with #47DEDF

Text Example


Text Example

White with #47DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,222,223); }

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

background-color css

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

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

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

border-color css

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

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

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