Html Css Color HEX #47DFE6 Turquoise

📋 copy color: '#47DFE6'

red 71 ◦ green 223 ◦ blue 230

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

Shades of Turquoise #47DFE6

Tints of Turquoise #47DFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 13.55%
G = 42.56%
B = 43.89%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#47DFE6 (or 0x47DFE6) is known color: Turquoise. HEX triplet: 47, DF and E6. RGB value is (71,223,230). Sum of RGB (Red+Green+Blue) = 71+223+230=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #47DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFE6 is #B82019. Grayscale: #B2B2B2. Windows color (decimal): -12066842 or 15130439. OLE color: 15130439.

HSL color Cylindrical-coordinate representation of color #47DFE6: hue angle of 182.64º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DFE6 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 223 230 -
CMYK 0.69 0.03 0 0.10
HSL 182.64º 0.76% 0.59% -
HSV(B) 182.64º 0.69% 0.9% -
XYZ 43.27 59.83 84.13 -
YUV 178.35 157.14 51.43 -
System Red Green Blue C M Y K H S L
Decimal 71 223 230 0.69 0.03 0 0.10 182.64 0.76 0.59
Hex 47 DF E6 45 3 0 A B7 4C 3B
Octal 107 337 346 105 3 0 12 267 114 73
Binary 1000111 11011111 11100110 1000101 11 0 1010 10110111 1001100 111011

Color Harmonies of #47DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFE6

Black with #47DFE6

Text Example


Text Example

White with #47DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,223,230); }

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

background-color css

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

 a { background-color: rgb(71,223,230); }

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

border-color css

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

 span { border-color: rgb(71,223,230); }

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