Html Css Color HEX #47CBCC Medium Turquoise

📋 copy color: '#47CBCC'

red 71 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #47CBCC

Tints of Medium Turquoise #47CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 14.85%
G = 42.47%
B = 42.68%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47CBCC (or 0x47CBCC) is known color: Medium Turquoise. HEX triplet: 47, CB and CC. RGB value is (71,203,204). Sum of RGB (Red+Green+Blue) = 71+203+204=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #47CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBCC is #B83433. Grayscale: #A3A3A3. Windows color (decimal): -12071988 or 13421383. OLE color: 13421383.

HSL color Cylindrical-coordinate representation of color #47CBCC: hue angle of 180.45º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBCC is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 203 204 -
CMYK 0.65 0.00 0 0.2
HSL 180.45º 0.57% 0.54% -
HSV(B) 180.45º 0.65% 0.8% -
XYZ 34.85 48.41 64.63 -
YUV 163.65 150.77 61.92 -
System Red Green Blue C M Y K H S L
Decimal 71 203 204 0.65 0.00 0 0.2 180.45 0.57 0.54
Hex 47 CB CC 41 0 0 14 B4 39 36
Octal 107 313 314 101 0 0 24 264 71 66
Binary 1000111 11001011 11001100 1000001 0 0 10100 10110100 111001 110110

Color Harmonies of #47CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBCC

Black with #47CBCC

Text Example


Text Example

White with #47CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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