Html Css Color HEX #47FBDB Turquoise

📋 copy color: '#47FBDB'

red 71 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #47FBDB

Tints of Turquoise #47FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 13.12%
G = 46.4%
B = 40.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#47FBDB (or 0x47FBDB) is known color: Turquoise. HEX triplet: 47, FB and DB. RGB value is (71,251,219). Sum of RGB (Red+Green+Blue) = 71+251+219=541 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.12% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBDB is #B80424. Grayscale: #C1C1C1. Windows color (decimal): -12059685 or 14416711. OLE color: 14416711.

HSL color Cylindrical-coordinate representation of color #47FBDB: hue angle of 169.33º 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 #47FBDB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 251 219 -
CMYK 0.72 0 0.13 0.02
HSL 169.33º 0.96% 0.63% -
HSV(B) 169.33º 0.72% 0.98% -
XYZ 49.88 75.45 78.95 -
YUV 193.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 71 251 219 0.72 0 0.13 0.02 169.33 0.96 0.63
Hex 47 FB DB 48 0 D 2 A9 60 3F
Octal 107 373 333 110 0 15 2 251 140 77
Binary 1000111 11111011 11011011 1001000 0 1101 10 10101001 1100000 111111

Color Harmonies of #47FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBDB

Black with #47FBDB

Text Example


Text Example

White with #47FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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