Html Css Color HEX #47CFCC Medium Turquoise

📋 copy color: '#47CFCC'

red 71 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #47CFCC

Tints of Medium Turquoise #47CFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 14.73%
G = 42.95%
B = 42.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#47CFCC (or 0x47CFCC) is known color: Medium Turquoise. HEX triplet: 47, CF and CC. RGB value is (71,207,204). Sum of RGB (Red+Green+Blue) = 71+207+204=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCC is #B83033. Grayscale: #A5A5A5. Windows color (decimal): -12070964 or 13422407. OLE color: 13422407.

HSL color Cylindrical-coordinate representation of color #47CFCC: hue angle of 178.68º 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 #47CFCC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 204 -
CMYK 0.66 0 0.01 0.19
HSL 178.68º 0.59% 0.55% -
HSV(B) 178.68º 0.66% 0.81% -
XYZ 35.81 50.32 64.95 -
YUV 165.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 71 207 204 0.66 0 0.01 0.19 178.68 0.59 0.55
Hex 47 CF CC 42 0 1 13 B3 3B 37
Octal 107 317 314 102 0 1 23 263 73 67
Binary 1000111 11001111 11001100 1000010 0 1 10011 10110011 111011 110111

Color Harmonies of #47CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFCC

Black with #47CFCC

Text Example


Text Example

White with #47CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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