Html Css Color HEX #47CACF Medium Turquoise

📋 copy color: '#47CACF'

red 71 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #47CACF

Tints of Medium Turquoise #47CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 14.79%
G = 42.08%
B = 43.13%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47CACF (or 0x47CACF) is known color: Medium Turquoise. HEX triplet: 47, CA and CF. RGB value is (71,202,207). Sum of RGB (Red+Green+Blue) = 71+202+207=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #47CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CACF is #B83530. Grayscale: #A3A3A3. Windows color (decimal): -12072241 or 13617735. OLE color: 13617735.

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

Color convert

RGB 71 202 207 -
CMYK 0.66 0.02 0 0.19
HSL 182.21º 0.59% 0.55% -
HSV(B) 182.21º 0.66% 0.81% -
XYZ 34.98 48.09 66.47 -
YUV 163.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 71 202 207 0.66 0.02 0 0.19 182.21 0.59 0.55
Hex 47 CA CF 42 2 0 13 B6 3B 37
Octal 107 312 317 102 2 0 23 266 73 67
Binary 1000111 11001010 11001111 1000010 10 0 10011 10110110 111011 110111

Color Harmonies of #47CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CACF

Black with #47CACF

Text Example


Text Example

White with #47CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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