Html Css Color HEX #47DCF1 Turquoise Blue

📋 copy color: '#47DCF1'

red 71 ◦ green 220 ◦ blue 241

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

Shades of Turquoise Blue #47DCF1

Tints of Turquoise Blue #47DCF1

RGB

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

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

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

R = 13.35%
G = 41.35%
B = 45.3%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#47DCF1 (or 0x47DCF1) is known color: Turquoise Blue. HEX triplet: 47, DC and F1. RGB value is (71,220,241). Sum of RGB (Red+Green+Blue) = 71+220+241=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #47DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCF1 is #B8230E. Grayscale: #B1B1B1. Windows color (decimal): -12067599 or 15850567. OLE color: 15850567.

HSL color Cylindrical-coordinate representation of color #47DCF1: hue angle of 187.41º 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 #47DCF1 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 220 241 -
CMYK 0.71 0.09 0 0.05
HSL 187.41º 0.86% 0.61% -
HSV(B) 187.41º 0.71% 0.95% -
XYZ 44.07 58.88 92.26 -
YUV 177.84 163.64 51.79 -
System Red Green Blue C M Y K H S L
Decimal 71 220 241 0.71 0.09 0 0.05 187.41 0.86 0.61
Hex 47 DC F1 47 9 0 5 BB 56 3D
Octal 107 334 361 107 11 0 5 273 126 75
Binary 1000111 11011100 11110001 1000111 1001 0 101 10111011 1010110 111101

Color Harmonies of #47DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCF1

Black with #47DCF1

Text Example


Text Example

White with #47DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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