Html Css Color HEX #47D0FE Turquoise Blue

📋 copy color: '#47D0FE'

red 71 ◦ green 208 ◦ blue 254

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

Shades of Turquoise Blue #47D0FE

Tints of Turquoise Blue #47D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 13.32%
G = 39.02%
B = 47.65%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47D0FE (or 0x47D0FE) is known color: Turquoise Blue. HEX triplet: 47, D0 and FE. RGB value is (71,208,254). Sum of RGB (Red+Green+Blue) = 71+208+254=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #47D0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D0FE is #B82F01. Grayscale: #ABABAB. Windows color (decimal): -12070658 or 16699463. OLE color: 16699463.

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

Color convert

RGB 71 208 254 -
CMYK 0.72 0.18 0 0.00
HSL 195.08º 0.99% 0.64% -
HSV(B) 195.08º 0.72% 1% -
XYZ 43.04 53.61 101.84 -
YUV 172.28 174.11 55.76 -
System Red Green Blue C M Y K H S L
Decimal 71 208 254 0.72 0.18 0 0.00 195.08 0.99 0.64
Hex 47 D0 FE 48 12 0 0 C3 63 40
Octal 107 320 376 110 22 0 0 303 143 100
Binary 1000111 11010000 11111110 1001000 10010 0 0 11000011 1100011 1000000

Color Harmonies of #47D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0FE

Black with #47D0FE

Text Example


Text Example

White with #47D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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