Html Css Color HEX #47DAF1 Turquoise Blue

📋 copy color: '#47DAF1'

red 71 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #47DAF1

Tints of Turquoise Blue #47DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 13.4%
G = 41.13%
B = 45.47%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#47DAF1 (or 0x47DAF1) is known color: Turquoise Blue. HEX triplet: 47, DA and F1. RGB value is (71,218,241). Sum of RGB (Red+Green+Blue) = 71+218+241=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #47DAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAF1 is #B8250E. Grayscale: #B0B0B0. Windows color (decimal): -12068111 or 15850055. OLE color: 15850055.

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

Color convert

RGB 71 218 241 -
CMYK 0.71 0.10 0 0.05
HSL 188.12º 0.86% 0.61% -
HSV(B) 188.12º 0.71% 0.95% -
XYZ 43.55 57.83 92.09 -
YUV 176.67 164.3 52.63 -
System Red Green Blue C M Y K H S L
Decimal 71 218 241 0.71 0.10 0 0.05 188.12 0.86 0.61
Hex 47 DA F1 47 A 0 5 BC 56 3D
Octal 107 332 361 107 12 0 5 274 126 75
Binary 1000111 11011010 11110001 1000111 1010 0 101 10111100 1010110 111101

Color Harmonies of #47DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAF1

Black with #47DAF1

Text Example


Text Example

White with #47DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,218,241); }

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

background-color css

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

 a { background-color: rgb(71,218,241); }

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

border-color css

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

 span { border-color: rgb(71,218,241); }

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