Html Css Color HEX #47D3EF Turquoise Blue

📋 copy color: '#47D3EF'

red 71 ◦ green 211 ◦ blue 239

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

Shades of Turquoise Blue #47D3EF

Tints of Turquoise Blue #47D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 13.63%
G = 40.5%
B = 45.87%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#47D3EF (or 0x47D3EF) is known color: Turquoise Blue. HEX triplet: 47, D3 and EF. RGB value is (71,211,239). Sum of RGB (Red+Green+Blue) = 71+211+239=521 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.63% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #47D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D3EF is #B82C10. Grayscale: #ACACAC. Windows color (decimal): -12069905 or 15717191. OLE color: 15717191.

HSL color Cylindrical-coordinate representation of color #47D3EF: hue angle of 190º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D3EF is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 211 239 -
CMYK 0.70 0.12 0 0.06
HSL 190º 0.84% 0.61% -
HSV(B) 190º 0.7% 0.94% -
XYZ 41.47 54.16 89.93 -
YUV 172.33 165.62 55.72 -
System Red Green Blue C M Y K H S L
Decimal 71 211 239 0.70 0.12 0 0.06 190 0.84 0.61
Hex 47 D3 EF 46 C 0 6 BE 54 3D
Octal 107 323 357 106 14 0 6 276 124 75
Binary 1000111 11010011 11101111 1000110 1100 0 110 10111110 1010100 111101

Color Harmonies of #47D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D3EF

Black with #47D3EF

Text Example


Text Example

White with #47D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,211,239); }

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

background-color css

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

 a { background-color: rgb(71,211,239); }

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

border-color css

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

 span { border-color: rgb(71,211,239); }

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