Html Css Color HEX #47CEDF Medium Turquoise

📋 copy color: '#47CEDF'

red 71 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #47CEDF

Tints of Medium Turquoise #47CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

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

R = 14.2%
G = 41.2%
B = 44.6%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47CEDF (or 0x47CEDF) is known color: Medium Turquoise. HEX triplet: 47, CE and DF. RGB value is (71,206,223). Sum of RGB (Red+Green+Blue) = 71+206+223=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #47CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEDF is #B83120. Grayscale: #A7A7A7. Windows color (decimal): -12071201 or 14667335. OLE color: 14667335.

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

Color convert

RGB 71 206 223 -
CMYK 0.68 0.08 0 0.13
HSL 186.71º 0.7% 0.58% -
HSV(B) 186.71º 0.68% 0.87% -
XYZ 37.99 50.81 77.62 -
YUV 167.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 71 206 223 0.68 0.08 0 0.13 186.71 0.7 0.58
Hex 47 CE DF 44 8 0 D BB 46 3A
Octal 107 316 337 104 10 0 15 273 106 72
Binary 1000111 11001110 11011111 1000100 1000 0 1101 10111011 1000110 111010

Color Harmonies of #47CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CEDF

Black with #47CEDF

Text Example


Text Example

White with #47CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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