Html Css Color HEX #47DCFD Turquoise Blue

📋 copy color: '#47DCFD'

red 71 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #47DCFD

Tints of Turquoise Blue #47DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 13.05%
G = 40.44%
B = 46.51%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47DCFD (or 0x47DCFD) is known color: Turquoise Blue. HEX triplet: 47, DC and FD. RGB value is (71,220,253). Sum of RGB (Red+Green+Blue) = 71+220+253=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #47DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCFD is #B82302. Grayscale: #B2B2B2. Windows color (decimal): -12067587 or 16636999. OLE color: 16636999.

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

Color convert

RGB 71 220 253 -
CMYK 0.72 0.13 0 0.01
HSL 190.88º 0.98% 0.64% -
HSV(B) 190.88º 0.72% 0.99% -
XYZ 45.92 59.62 102.02 -
YUV 179.21 169.64 50.82 -
System Red Green Blue C M Y K H S L
Decimal 71 220 253 0.72 0.13 0 0.01 190.88 0.98 0.64
Hex 47 DC FD 48 D 0 1 BF 62 40
Octal 107 334 375 110 15 0 1 277 142 100
Binary 1000111 11011100 11111101 1001000 1101 0 1 10111111 1100010 1000000

Color Harmonies of #47DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCFD

Black with #47DCFD

Text Example


Text Example

White with #47DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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