Html Css Color HEX #47CFCE Medium Turquoise

📋 copy color: '#47CFCE'

red 71 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #47CFCE

Tints of Medium Turquoise #47CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 14.67%
G = 42.77%
B = 42.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#47CFCE (or 0x47CFCE) is known color: Medium Turquoise. HEX triplet: 47, CF and CE. RGB value is (71,207,206). Sum of RGB (Red+Green+Blue) = 71+207+206=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCE is #B83031. Grayscale: #A6A6A6. Windows color (decimal): -12070962 or 13553479. OLE color: 13553479.

HSL color Cylindrical-coordinate representation of color #47CFCE: hue angle of 179.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFCE is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 206 -
CMYK 0.66 0 0.00 0.19
HSL 179.56º 0.59% 0.55% -
HSV(B) 179.56º 0.66% 0.81% -
XYZ 36.05 50.42 66.22 -
YUV 166.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 71 207 206 0.66 0 0.00 0.19 179.56 0.59 0.55
Hex 47 CF CE 42 0 0 13 B4 3B 37
Octal 107 317 316 102 0 0 23 264 73 67
Binary 1000111 11001111 11001110 1000010 0 0 10011 10110100 111011 110111

Color Harmonies of #47CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFCE

Black with #47CFCE

Text Example


Text Example

White with #47CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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