Html Css Color HEX #47DBDB Turquoise

📋 copy color: '#47DBDB'

red 71 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #47DBDB

Tints of Turquoise #47DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

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

R = 13.95%
G = 43.03%
B = 43.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47DBDB (or 0x47DBDB) is known color: Turquoise. HEX triplet: 47, DB and DB. RGB value is (71,219,219). Sum of RGB (Red+Green+Blue) = 71+219+219=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #47DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBDB is #B82424. Grayscale: #AEAEAE. Windows color (decimal): -12067877 or 14408519. OLE color: 14408519.

HSL color Cylindrical-coordinate representation of color #47DBDB: hue angle of 180º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DBDB is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 219 219 -
CMYK 0.68 0 0 0.14
HSL 180º 0.67% 0.57% -
HSV(B) 180º 0.68% 0.86% -
XYZ 40.72 57.12 75.9 -
YUV 174.75 152.97 54 -
System Red Green Blue C M Y K H S L
Decimal 71 219 219 0.68 0 0 0.14 180 0.67 0.57
Hex 47 DB DB 44 0 0 E B4 43 39
Octal 107 333 333 104 0 0 16 264 103 71
Binary 1000111 11011011 11011011 1000100 0 0 1110 10110100 1000011 111001

Color Harmonies of #47DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBDB

Black with #47DBDB

Text Example


Text Example

White with #47DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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