Html Css Color HEX #47DFFE Turquoise Blue

📋 copy color: '#47DFFE'

red 71 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #47DFFE

Tints of Turquoise Blue #47DFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 12.96%
G = 40.69%
B = 46.35%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47DFFE (or 0x47DFFE) is known color: Turquoise Blue. HEX triplet: 47, DF and FE. RGB value is (71,223,254). Sum of RGB (Red+Green+Blue) = 71+223+254=548 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.96% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #47DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFFE is #B82001. Grayscale: #B4B4B4. Windows color (decimal): -12066818 or 16703303. OLE color: 16703303.

HSL color Cylindrical-coordinate representation of color #47DFFE: hue angle of 190.16º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DFFE is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 223 254 -
CMYK 0.72 0.12 0 0.00
HSL 190.16º 0.99% 0.64% -
HSV(B) 190.16º 0.72% 1% -
XYZ 46.88 61.27 103.12 -
YUV 181.09 169.14 49.48 -
System Red Green Blue C M Y K H S L
Decimal 71 223 254 0.72 0.12 0 0.00 190.16 0.99 0.64
Hex 47 DF FE 48 C 0 0 BE 63 40
Octal 107 337 376 110 14 0 0 276 143 100
Binary 1000111 11011111 11111110 1001000 1100 0 0 10111110 1100011 1000000

Color Harmonies of #47DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFFE

Black with #47DFFE

Text Example


Text Example

White with #47DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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