Html Css Color HEX #47D2FA Turquoise Blue

📋 copy color: '#47D2FA'

red 71 ◦ green 210 ◦ blue 250

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

Shades of Turquoise Blue #47D2FA

Tints of Turquoise Blue #47D2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 13.37%
G = 39.55%
B = 47.08%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47D2FA (or 0x47D2FA) is known color: Turquoise Blue. HEX triplet: 47, D2 and FA. RGB value is (71,210,250). Sum of RGB (Red+Green+Blue) = 71+210+250=531 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.37% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #47D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D2FA is #B82D05. Grayscale: #ACACAC. Windows color (decimal): -12070150 or 16437831. OLE color: 16437831.

HSL color Cylindrical-coordinate representation of color #47D2FA: hue angle of 193.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47D2FA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 210 250 -
CMYK 0.72 0.16 0 0.02
HSL 193.41º 0.95% 0.63% -
HSV(B) 193.41º 0.72% 0.98% -
XYZ 42.9 54.33 98.67 -
YUV 173 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 71 210 250 0.72 0.16 0 0.02 193.41 0.95 0.63
Hex 47 D2 FA 48 10 0 2 C1 5F 3F
Octal 107 322 372 110 20 0 2 301 137 77
Binary 1000111 11010010 11111010 1001000 10000 0 10 11000001 1011111 111111

Color Harmonies of #47D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D2FA

Black with #47D2FA

Text Example


Text Example

White with #47D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,210,250); }

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

background-color css

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

 a { background-color: rgb(71,210,250); }

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

border-color css

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

 span { border-color: rgb(71,210,250); }

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