Html Css Color HEX #47DFDB Turquoise

📋 copy color: '#47DFDB'

red 71 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #47DFDB

Tints of Turquoise #47DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

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

R = 13.84%
G = 43.47%
B = 42.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#47DFDB (or 0x47DFDB) is known color: Turquoise. HEX triplet: 47, DF and DB. RGB value is (71,223,219). Sum of RGB (Red+Green+Blue) = 71+223+219=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFDB is #B82024. Grayscale: #B0B0B0. Windows color (decimal): -12066853 or 14409543. OLE color: 14409543.

HSL color Cylindrical-coordinate representation of color #47DFDB: hue angle of 178.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DFDB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 223 219 -
CMYK 0.68 0 0.02 0.13
HSL 178.42º 0.7% 0.58% -
HSV(B) 178.42º 0.68% 0.87% -
XYZ 41.77 59.23 76.25 -
YUV 177.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 71 223 219 0.68 0 0.02 0.13 178.42 0.7 0.58
Hex 47 DF DB 44 0 2 D B2 46 3A
Octal 107 337 333 104 0 2 15 262 106 72
Binary 1000111 11011111 11011011 1000100 0 10 1101 10110010 1000110 111010

Color Harmonies of #47DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFDB

Black with #47DFDB

Text Example


Text Example

White with #47DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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