Html Css Color HEX #47DFFF Turquoise Blue

📋 copy color: '#47DFFF'

red 71 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #47DFFF

Tints of Turquoise Blue #47DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

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

R = 12.93%
G = 40.62%
B = 46.45%

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

#47DFFF (or 0x47DFFF) is known color: Turquoise Blue. HEX triplet: 47, DF and FF. RGB value is (71,223,255). Sum of RGB (Red+Green+Blue) = 71+223+255=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFFF is #B82000. Grayscale: #B4B4B4. Windows color (decimal): -12066817 or 16768839. OLE color: 16768839.

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

Color convert

RGB 71 223 255 -
CMYK 0.72 0.13 0 0
HSL 190.43º 1% 0.64% -
HSV(B) 190.43º 0.72% 1% -
XYZ 47.04 61.33 103.97 -
YUV 181.2 169.64 49.4 -
System Red Green Blue C M Y K H S L
Decimal 71 223 255 0.72 0.13 0 0 190.43 1 0.64
Hex 47 DF FF 48 D 0 0 BE 64 40
Octal 107 337 377 110 15 0 0 276 144 100
Binary 1000111 11011111 11111111 1001000 1101 0 0 10111110 1100100 1000000

Color Harmonies of #47DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFFF

Black with #47DFFF

Text Example


Text Example

White with #47DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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