Html Css Color HEX #47DBEB Turquoise

📋 copy color: '#47DBEB'

red 71 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #47DBEB

Tints of Turquoise #47DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 13.52%
G = 41.71%
B = 44.76%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47DBEB (or 0x47DBEB) is known color: Turquoise. HEX triplet: 47, DB and EB. RGB value is (71,219,235). Sum of RGB (Red+Green+Blue) = 71+219+235=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #47DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBEB is #B82414. Grayscale: #B0B0B0. Windows color (decimal): -12067861 or 15457095. OLE color: 15457095.

HSL color Cylindrical-coordinate representation of color #47DBEB: hue angle of 185.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DBEB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 219 235 -
CMYK 0.70 0.07 0 0.08
HSL 185.85º 0.8% 0.6% -
HSV(B) 185.85º 0.7% 0.92% -
XYZ 42.93 58 87.53 -
YUV 176.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 71 219 235 0.70 0.07 0 0.08 185.85 0.8 0.6
Hex 47 DB EB 46 7 0 8 BA 50 3C
Octal 107 333 353 106 7 0 10 272 120 74
Binary 1000111 11011011 11101011 1000110 111 0 1000 10111010 1010000 111100

Color Harmonies of #47DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBEB

Black with #47DBEB

Text Example


Text Example

White with #47DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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