Html Css Color HEX #47CAE3 Medium Turquoise

📋 copy color: '#47CAE3'

red 71 ◦ green 202 ◦ blue 227

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

Shades of Medium Turquoise #47CAE3

Tints of Medium Turquoise #47CAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.4%

R = 14.2%
G = 40.4%
B = 45.4%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#47CAE3 (or 0x47CAE3) is known color: Medium Turquoise. HEX triplet: 47, CA and E3. RGB value is (71,202,227). Sum of RGB (Red+Green+Blue) = 71+202+227=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #47CAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CAE3 is #B8351C. Grayscale: #A5A5A5. Windows color (decimal): -12072221 or 14928455. OLE color: 14928455.

HSL color Cylindrical-coordinate representation of color #47CAE3: hue angle of 189.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47CAE3 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 202 227 -
CMYK 0.69 0.11 0 0.11
HSL 189.62º 0.74% 0.58% -
HSV(B) 189.62º 0.69% 0.89% -
XYZ 37.58 49.13 80.17 -
YUV 165.68 162.6 60.47 -
System Red Green Blue C M Y K H S L
Decimal 71 202 227 0.69 0.11 0 0.11 189.62 0.74 0.58
Hex 47 CA E3 45 B 0 B BE 4A 3A
Octal 107 312 343 105 13 0 13 276 112 72
Binary 1000111 11001010 11100011 1000101 1011 0 1011 10111110 1001010 111010

Color Harmonies of #47CAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CAE3

Black with #47CAE3

Text Example


Text Example

White with #47CAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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