Html Css Color HEX #47F1DF Turquoise

📋 copy color: '#47F1DF'

red 71 ◦ green 241 ◦ blue 223

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

Shades of Turquoise #47F1DF

Tints of Turquoise #47F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.05%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 13.27%
G = 45.05%
B = 41.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#47F1DF (or 0x47F1DF) is known color: Turquoise. HEX triplet: 47, F1 and DF. RGB value is (71,241,223). Sum of RGB (Red+Green+Blue) = 71+241+223=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #47F1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F1DF is #B80E20. Grayscale: #BCBCBC. Windows color (decimal): -12062241 or 14676295. OLE color: 14676295.

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

Color convert

RGB 71 241 223 -
CMYK 0.71 0 0.07 0.05
HSL 173.65º 0.86% 0.61% -
HSV(B) 173.65º 0.71% 0.95% -
XYZ 47.37 69.58 80.75 -
YUV 188.12 147.68 44.46 -
System Red Green Blue C M Y K H S L
Decimal 71 241 223 0.71 0 0.07 0.05 173.65 0.86 0.61
Hex 47 F1 DF 47 0 7 5 AE 56 3D
Octal 107 361 337 107 0 7 5 256 126 75
Binary 1000111 11110001 11011111 1000111 0 111 101 10101110 1010110 111101

Color Harmonies of #47F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F1DF

Black with #47F1DF

Text Example


Text Example

White with #47F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,241,223); }

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

background-color css

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

 a { background-color: rgb(71,241,223); }

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

border-color css

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

 span { border-color: rgb(71,241,223); }

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