Html Css Color HEX #47D1F3 Turquoise Blue

📋 copy color: '#47D1F3'

red 71 ◦ green 209 ◦ blue 243

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

Shades of Turquoise Blue #47D1F3

Tints of Turquoise Blue #47D1F3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 13.58%
G = 39.96%
B = 46.46%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#47D1F3 (or 0x47D1F3) is known color: Turquoise Blue. HEX triplet: 47, D1 and F3. RGB value is (71,209,243). Sum of RGB (Red+Green+Blue) = 71+209+243=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #47D1F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D1F3 is #B82E0C. Grayscale: #ABABAB. Windows color (decimal): -12070413 or 15978823. OLE color: 15978823.

HSL color Cylindrical-coordinate representation of color #47D1F3: hue angle of 191.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47D1F3 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 209 243 -
CMYK 0.71 0.14 0 0.05
HSL 191.86º 0.88% 0.62% -
HSV(B) 191.86º 0.71% 0.95% -
XYZ 41.58 53.41 92.91 -
YUV 171.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 71 209 243 0.71 0.14 0 0.05 191.86 0.88 0.62
Hex 47 D1 F3 47 E 0 5 C0 58 3E
Octal 107 321 363 107 16 0 5 300 130 76
Binary 1000111 11010001 11110011 1000111 1110 0 101 11000000 1011000 111110

Color Harmonies of #47D1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D1F3

Black with #47D1F3

Text Example


Text Example

White with #47D1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,209,243); }

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

background-color css

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

 a { background-color: rgb(71,209,243); }

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

border-color css

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

 span { border-color: rgb(71,209,243); }

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