Html Css Color HEX #47CCDF Medium Turquoise

📋 copy color: '#47CCDF'

red 71 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #47CCDF

Tints of Medium Turquoise #47CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

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

R = 14.26%
G = 40.96%
B = 44.78%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47CCDF (or 0x47CCDF) is known color: Medium Turquoise. HEX triplet: 47, CC and DF. RGB value is (71,204,223). Sum of RGB (Red+Green+Blue) = 71+204+223=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #47CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCDF is #B83320. Grayscale: #A6A6A6. Windows color (decimal): -12071713 or 14666823. OLE color: 14666823.

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

Color convert

RGB 71 204 223 -
CMYK 0.68 0.09 0 0.13
HSL 187.5º 0.7% 0.58% -
HSV(B) 187.5º 0.68% 0.87% -
XYZ 37.51 49.85 77.46 -
YUV 166.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 71 204 223 0.68 0.09 0 0.13 187.5 0.7 0.58
Hex 47 CC DF 44 9 0 D BC 46 3A
Octal 107 314 337 104 11 0 15 274 106 72
Binary 1000111 11001100 11011111 1000100 1001 0 1101 10111100 1000110 111010

Color Harmonies of #47CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CCDF

Black with #47CCDF

Text Example


Text Example

White with #47CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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