Html Css Color HEX #47DCFF Turquoise Blue

📋 copy color: '#47DCFF'

red 71 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #47DCFF

Tints of Turquoise Blue #47DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 13%
G = 40.29%
B = 46.7%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47DCFF (or 0x47DCFF) is known color: Turquoise Blue. HEX triplet: 47, DC and FF. RGB value is (71,220,255). Sum of RGB (Red+Green+Blue) = 71+220+255=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCFF is #B82300. Grayscale: #B3B3B3. Windows color (decimal): -12067585 or 16768071. OLE color: 16768071.

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

Color convert

RGB 71 220 255 -
CMYK 0.72 0.14 0 0
HSL 191.41º 1% 0.64% -
HSV(B) 191.41º 0.72% 1% -
XYZ 46.24 59.75 103.7 -
YUV 179.44 170.64 50.65 -
System Red Green Blue C M Y K H S L
Decimal 71 220 255 0.72 0.14 0 0 191.41 1 0.64
Hex 47 DC FF 48 E 0 0 BF 64 40
Octal 107 334 377 110 16 0 0 277 144 100
Binary 1000111 11011100 11111111 1001000 1110 0 0 10111111 1100100 1000000

Color Harmonies of #47DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCFF

Black with #47DCFF

Text Example


Text Example

White with #47DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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