Html Css Color HEX #47E2F3 Turquoise

📋 copy color: '#47E2F3'

red 71 ◦ green 226 ◦ blue 243

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

Shades of Turquoise #47E2F3

Tints of Turquoise #47E2F3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 243 (95.31% from 255) = 45%

R = 13.15%
G = 41.85%
B = 45%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#47E2F3 (or 0x47E2F3) is known color: Turquoise. HEX triplet: 47, E2 and F3. RGB value is (71,226,243). Sum of RGB (Red+Green+Blue) = 71+226+243=540 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.15% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #47E2F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E2F3 is #B81D0C. Grayscale: #B5B5B5. Windows color (decimal): -12066061 or 15983175. OLE color: 15983175.

HSL color Cylindrical-coordinate representation of color #47E2F3: hue angle of 185.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E2F3 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 226 243 -
CMYK 0.71 0.07 0 0.05
HSL 185.93º 0.88% 0.62% -
HSV(B) 185.93º 0.71% 0.95% -
XYZ 45.97 62.2 94.38 -
YUV 181.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 71 226 243 0.71 0.07 0 0.05 185.93 0.88 0.62
Hex 47 E2 F3 47 7 0 5 BA 58 3E
Octal 107 342 363 107 7 0 5 272 130 76
Binary 1000111 11100010 11110011 1000111 111 0 101 10111010 1011000 111110

Color Harmonies of #47E2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E2F3

Black with #47E2F3

Text Example


Text Example

White with #47E2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,226,243); }

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

background-color css

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

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

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

border-color css

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

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

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