Html Css Color HEX #47D2FE Turquoise Blue

📋 copy color: '#47D2FE'

red 71 ◦ green 210 ◦ blue 254

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

Shades of Turquoise Blue #47D2FE

Tints of Turquoise Blue #47D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

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

R = 13.27%
G = 39.25%
B = 47.48%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47D2FE (or 0x47D2FE) is known color: Turquoise Blue. HEX triplet: 47, D2 and FE. RGB value is (71,210,254). Sum of RGB (Red+Green+Blue) = 71+210+254=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #47D2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D2FE is #B82D01. Grayscale: #ADADAD. Windows color (decimal): -12070146 or 16699975. OLE color: 16699975.

HSL color Cylindrical-coordinate representation of color #47D2FE: hue angle of 194.43º 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 #47D2FE is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 210 254 -
CMYK 0.72 0.17 0 0.00
HSL 194.43º 0.99% 0.64% -
HSV(B) 194.43º 0.72% 1% -
XYZ 43.53 54.59 102.01 -
YUV 173.46 173.45 54.92 -
System Red Green Blue C M Y K H S L
Decimal 71 210 254 0.72 0.17 0 0.00 194.43 0.99 0.64
Hex 47 D2 FE 48 11 0 0 C2 63 40
Octal 107 322 376 110 21 0 0 302 143 100
Binary 1000111 11010010 11111110 1001000 10001 0 0 11000010 1100011 1000000

Color Harmonies of #47D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D2FE

Black with #47D2FE

Text Example


Text Example

White with #47D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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