Html Css Color HEX #47DCFB Turquoise Blue

📋 copy color: '#47DCFB'

red 71 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #47DCFB

Tints of Turquoise Blue #47DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 13.1%
G = 40.59%
B = 46.31%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47DCFB (or 0x47DCFB) is known color: Turquoise Blue. HEX triplet: 47, DC and FB. RGB value is (71,220,251). Sum of RGB (Red+Green+Blue) = 71+220+251=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #47DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCFB is #B82304. Grayscale: #B2B2B2. Windows color (decimal): -12067589 or 16505927. OLE color: 16505927.

HSL color Cylindrical-coordinate representation of color #47DCFB: hue angle of 190.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DCFB is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 220 251 -
CMYK 0.72 0.12 0 0.02
HSL 190.33º 0.96% 0.63% -
HSV(B) 190.33º 0.72% 0.98% -
XYZ 45.6 59.49 100.35 -
YUV 178.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 71 220 251 0.72 0.12 0 0.02 190.33 0.96 0.63
Hex 47 DC FB 48 C 0 2 BE 60 3F
Octal 107 334 373 110 14 0 2 276 140 77
Binary 1000111 11011100 11111011 1001000 1100 0 10 10111110 1100000 111111

Color Harmonies of #47DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCFB

Black with #47DCFB

Text Example


Text Example

White with #47DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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