Html Css Color HEX #47DDFF Turquoise Blue

📋 copy color: '#47DDFF'

red 71 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #47DDFF

Tints of Turquoise Blue #47DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 12.98%
G = 40.4%
B = 46.62%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47DDFF (or 0x47DDFF) is known color: Turquoise Blue. HEX triplet: 47, DD and FF. RGB value is (71,221,255). Sum of RGB (Red+Green+Blue) = 71+221+255=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DDFF is #B82200. Grayscale: #B3B3B3. Windows color (decimal): -12067329 or 16768327. OLE color: 16768327.

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

Color convert

RGB 71 221 255 -
CMYK 0.72 0.13 0 0
HSL 191.09º 1% 0.64% -
HSV(B) 191.09º 0.72% 1% -
XYZ 46.5 60.27 103.79 -
YUV 180.03 170.31 50.24 -
System Red Green Blue C M Y K H S L
Decimal 71 221 255 0.72 0.13 0 0 191.09 1 0.64
Hex 47 DD FF 48 D 0 0 BF 64 40
Octal 107 335 377 110 15 0 0 277 144 100
Binary 1000111 11011101 11111111 1001000 1101 0 0 10111111 1100100 1000000

Color Harmonies of #47DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDFF

Black with #47DDFF

Text Example


Text Example

White with #47DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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