Html Css Color HEX #47CFDC Medium Turquoise

📋 copy color: '#47CFDC'

red 71 ◦ green 207 ◦ blue 220

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

Shades of Medium Turquoise #47CFDC

Tints of Medium Turquoise #47CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 14.26%
G = 41.57%
B = 44.18%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47CFDC (or 0x47CFDC) is known color: Medium Turquoise. HEX triplet: 47, CF and DC. RGB value is (71,207,220). Sum of RGB (Red+Green+Blue) = 71+207+220=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #47CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFDC is #B83023. Grayscale: #A7A7A7. Windows color (decimal): -12070948 or 14470983. OLE color: 14470983.

HSL color Cylindrical-coordinate representation of color #47CFDC: hue angle of 185.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CFDC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 207 220 -
CMYK 0.68 0.06 0 0.14
HSL 185.23º 0.68% 0.57% -
HSV(B) 185.23º 0.68% 0.86% -
XYZ 37.83 51.13 75.59 -
YUV 167.82 157.44 58.94 -
System Red Green Blue C M Y K H S L
Decimal 71 207 220 0.68 0.06 0 0.14 185.23 0.68 0.57
Hex 47 CF DC 44 6 0 E B9 44 39
Octal 107 317 334 104 6 0 16 271 104 71
Binary 1000111 11001111 11011100 1000100 110 0 1110 10111001 1000100 111001

Color Harmonies of #47CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFDC

Black with #47CFDC

Text Example


Text Example

White with #47CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,220); }

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

background-color css

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

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

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

border-color css

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

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

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