Html Css Color HEX #47CFCF Medium Turquoise

📋 copy color: '#47CFCF'

red 71 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #47CFCF

Tints of Medium Turquoise #47CFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 14.64%
G = 42.68%
B = 42.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47CFCF (or 0x47CFCF) is known color: Medium Turquoise. HEX triplet: 47, CF and CF. RGB value is (71,207,207). Sum of RGB (Red+Green+Blue) = 71+207+207=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #47CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCF is #B83030. Grayscale: #A6A6A6. Windows color (decimal): -12070961 or 13619015. OLE color: 13619015.

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

Color convert

RGB 71 207 207 -
CMYK 0.66 0 0 0.19
HSL 180º 0.59% 0.55% -
HSV(B) 180º 0.66% 0.81% -
XYZ 36.17 50.47 66.87 -
YUV 166.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 71 207 207 0.66 0 0 0.19 180 0.59 0.55
Hex 47 CF CF 42 0 0 13 B4 3B 37
Octal 107 317 317 102 0 0 23 264 73 67
Binary 1000111 11001111 11001111 1000010 0 0 10011 10110100 111011 110111

Color Harmonies of #47CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFCF

Black with #47CFCF

Text Example


Text Example

White with #47CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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