Html Css Color HEX #47FBDC Turquoise

📋 copy color: '#47FBDC'

red 71 ◦ green 251 ◦ blue 220

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

Shades of Turquoise #47FBDC

Tints of Turquoise #47FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 13.1%
G = 46.31%
B = 40.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#47FBDC (or 0x47FBDC) is known color: Turquoise. HEX triplet: 47, FB and DC. RGB value is (71,251,220). Sum of RGB (Red+Green+Blue) = 71+251+220=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBDC is #B80423. Grayscale: #C1C1C1. Windows color (decimal): -12059684 or 14482247. OLE color: 14482247.

HSL color Cylindrical-coordinate representation of color #47FBDC: hue angle of 169.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBDC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 251 220 -
CMYK 0.72 0 0.12 0.02
HSL 169.67º 0.96% 0.63% -
HSV(B) 169.67º 0.72% 0.98% -
XYZ 50.01 75.5 79.65 -
YUV 193.65 142.87 40.52 -
System Red Green Blue C M Y K H S L
Decimal 71 251 220 0.72 0 0.12 0.02 169.67 0.96 0.63
Hex 47 FB DC 48 0 C 2 AA 60 3F
Octal 107 373 334 110 0 14 2 252 140 77
Binary 1000111 11111011 11011100 1001000 0 1100 10 10101010 1100000 111111

Color Harmonies of #47FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBDC

Black with #47FBDC

Text Example


Text Example

White with #47FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,251,220); }

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

background-color css

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

 a { background-color: rgb(71,251,220); }

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

border-color css

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

 span { border-color: rgb(71,251,220); }

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