Html Css Color HEX #47F3F0 Turquoise

📋 copy color: '#47F3F0'

red 71 ◦ green 243 ◦ blue 240

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

Shades of Turquoise #47F3F0

Tints of Turquoise #47F3F0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.86%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 12.82%
G = 43.86%
B = 43.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#47F3F0 (or 0x47F3F0) is known color: Turquoise. HEX triplet: 47, F3 and F0. RGB value is (71,243,240). Sum of RGB (Red+Green+Blue) = 71+243+240=554 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.82% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F3F0 is #B80C0F. Grayscale: #BFBFBF. Windows color (decimal): -12061712 or 15790919. OLE color: 15790919.

HSL color Cylindrical-coordinate representation of color #47F3F0: hue angle of 178.95º 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 #47F3F0 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 243 240 -
CMYK 0.71 0 0.01 0.05
HSL 178.95º 0.88% 0.62% -
HSV(B) 178.95º 0.71% 0.95% -
XYZ 50.38 71.73 93.63 -
YUV 191.23 155.52 42.24 -
System Red Green Blue C M Y K H S L
Decimal 71 243 240 0.71 0 0.01 0.05 178.95 0.88 0.62
Hex 47 F3 F0 47 0 1 5 B3 58 3E
Octal 107 363 360 107 0 1 5 263 130 76
Binary 1000111 11110011 11110000 1000111 0 1 101 10110011 1011000 111110

Color Harmonies of #47F3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F3F0

Black with #47F3F0

Text Example


Text Example

White with #47F3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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