Html Css Color HEX #47DBFC Turquoise Blue

📋 copy color: '#47DBFC'

red 71 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #47DBFC

Tints of Turquoise Blue #47DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 13.1%
G = 40.41%
B = 46.49%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47DBFC (or 0x47DBFC) is known color: Turquoise Blue. HEX triplet: 47, DB and FC. RGB value is (71,219,252). Sum of RGB (Red+Green+Blue) = 71+219+252=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #47DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBFC is #B82403. Grayscale: #B2B2B2. Windows color (decimal): -12067844 or 16571207. OLE color: 16571207.

HSL color Cylindrical-coordinate representation of color #47DBFC: hue angle of 190.94º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DBFC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 219 252 -
CMYK 0.72 0.13 0 0.01
HSL 190.94º 0.97% 0.63% -
HSV(B) 190.94º 0.72% 0.99% -
XYZ 45.5 59.03 101.09 -
YUV 178.51 169.47 51.32 -
System Red Green Blue C M Y K H S L
Decimal 71 219 252 0.72 0.13 0 0.01 190.94 0.97 0.63
Hex 47 DB FC 48 D 0 1 BF 61 3F
Octal 107 333 374 110 15 0 1 277 141 77
Binary 1000111 11011011 11111100 1001000 1101 0 1 10111111 1100001 111111

Color Harmonies of #47DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBFC

Black with #47DBFC

Text Example


Text Example

White with #47DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,219,252); }

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

background-color css

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

 a { background-color: rgb(71,219,252); }

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

border-color css

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

 span { border-color: rgb(71,219,252); }

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