Html Css Color HEX #47DCEF Turquoise

📋 copy color: '#47DCEF'

red 71 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #47DCEF

Tints of Turquoise #47DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 13.4%
G = 41.51%
B = 45.09%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#47DCEF (or 0x47DCEF) is known color: Turquoise. HEX triplet: 47, DC and EF. RGB value is (71,220,239). Sum of RGB (Red+Green+Blue) = 71+220+239=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #47DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCEF is #B82310. Grayscale: #B1B1B1. Windows color (decimal): -12067601 or 15719495. OLE color: 15719495.

HSL color Cylindrical-coordinate representation of color #47DCEF: hue angle of 186.79º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DCEF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 220 239 -
CMYK 0.70 0.08 0 0.06
HSL 186.79º 0.84% 0.61% -
HSV(B) 186.79º 0.7% 0.94% -
XYZ 43.77 58.76 90.7 -
YUV 177.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 71 220 239 0.70 0.08 0 0.06 186.79 0.84 0.61
Hex 47 DC EF 46 8 0 6 BB 54 3D
Octal 107 334 357 106 10 0 6 273 124 75
Binary 1000111 11011100 11101111 1000110 1000 0 110 10111011 1010100 111101

Color Harmonies of #47DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCEF

Black with #47DCEF

Text Example


Text Example

White with #47DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,239); }

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

background-color css

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

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

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

border-color css

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

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

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