Html Css Color HEX #47DCED Turquoise

📋 copy color: '#47DCED'

red 71 ◦ green 220 ◦ blue 237

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

Shades of Turquoise #47DCED

Tints of Turquoise #47DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 13.45%
G = 41.67%
B = 44.89%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47DCED (or 0x47DCED) is known color: Turquoise. HEX triplet: 47, DC and ED. RGB value is (71,220,237). Sum of RGB (Red+Green+Blue) = 71+220+237=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #47DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCED is #B82312. Grayscale: #B1B1B1. Windows color (decimal): -12067603 or 15588423. OLE color: 15588423.

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

Color convert

RGB 71 220 237 -
CMYK 0.70 0.07 0 0.07
HSL 186.14º 0.82% 0.6% -
HSV(B) 186.14º 0.7% 0.93% -
XYZ 43.48 58.64 89.15 -
YUV 177.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 71 220 237 0.70 0.07 0 0.07 186.14 0.82 0.6
Hex 47 DC ED 46 7 0 7 BA 52 3C
Octal 107 334 355 106 7 0 7 272 122 74
Binary 1000111 11011100 11101101 1000110 111 0 111 10111010 1010010 111100

Color Harmonies of #47DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCED

Black with #47DCED

Text Example


Text Example

White with #47DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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