Html Css Color HEX #47DBDA Turquoise

📋 copy color: '#47DBDA'

red 71 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #47DBDA

Tints of Turquoise #47DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 13.98%
G = 43.11%
B = 42.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#47DBDA (or 0x47DBDA) is known color: Turquoise. HEX triplet: 47, DB and DA. RGB value is (71,219,218). Sum of RGB (Red+Green+Blue) = 71+219+218=508 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.98% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBDA is #B82425. Grayscale: #AEAEAE. Windows color (decimal): -12067878 or 14342983. OLE color: 14342983.

HSL color Cylindrical-coordinate representation of color #47DBDA: hue angle of 179.59º 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 #47DBDA is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 219 218 -
CMYK 0.68 0 0.00 0.14
HSL 179.59º 0.67% 0.57% -
HSV(B) 179.59º 0.68% 0.86% -
XYZ 40.58 57.06 75.21 -
YUV 174.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 71 219 218 0.68 0 0.00 0.14 179.59 0.67 0.57
Hex 47 DB DA 44 0 0 E B4 43 39
Octal 107 333 332 104 0 0 16 264 103 71
Binary 1000111 11011011 11011010 1000100 0 0 1110 10110100 1000011 111001

Color Harmonies of #47DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBDA

Black with #47DBDA

Text Example


Text Example

White with #47DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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