Html Css Color HEX #47DBCB Turquoise

📋 copy color: '#47DBCB'

red 71 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #47DBCB

Tints of Turquoise #47DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 14.4%
G = 44.42%
B = 41.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#47DBCB (or 0x47DBCB) is known color: Turquoise. HEX triplet: 47, DB and CB. RGB value is (71,219,203). Sum of RGB (Red+Green+Blue) = 71+219+203=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBCB is #B82434. Grayscale: #ACACAC. Windows color (decimal): -12067893 or 13359943. OLE color: 13359943.

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

Color convert

RGB 71 219 203 -
CMYK 0.68 0 0.07 0.14
HSL 173.51º 0.67% 0.57% -
HSV(B) 173.51º 0.68% 0.86% -
XYZ 38.71 56.31 65.33 -
YUV 172.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 71 219 203 0.68 0 0.07 0.14 173.51 0.67 0.57
Hex 47 DB CB 44 0 7 E AE 43 39
Octal 107 333 313 104 0 7 16 256 103 71
Binary 1000111 11011011 11001011 1000100 0 111 1110 10101110 1000011 111001

Color Harmonies of #47DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBCB

Black with #47DBCB

Text Example


Text Example

White with #47DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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