Html Css Color HEX #47E6FF Turquoise Blue

📋 copy color: '#47E6FF'

red 71 ◦ green 230 ◦ blue 255

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

Shades of Turquoise Blue #47E6FF

Tints of Turquoise Blue #47E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 12.77%
G = 41.37%
B = 45.86%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47E6FF (or 0x47E6FF) is known color: Turquoise Blue. HEX triplet: 47, E6 and FF. RGB value is (71,230,255). Sum of RGB (Red+Green+Blue) = 71+230+255=556 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.77% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E6FF is #B81900. Grayscale: #B9B9B9. Windows color (decimal): -12065025 or 16770631. OLE color: 16770631.

HSL color Cylindrical-coordinate representation of color #47E6FF: hue angle of 188.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47E6FF is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 230 255 -
CMYK 0.72 0.10 0 0
HSL 188.15º 1% 0.64% -
HSV(B) 188.15º 0.72% 1% -
XYZ 48.95 65.15 104.6 -
YUV 185.31 167.32 46.47 -
System Red Green Blue C M Y K H S L
Decimal 71 230 255 0.72 0.10 0 0 188.15 1 0.64
Hex 47 E6 FF 48 A 0 0 BC 64 40
Octal 107 346 377 110 12 0 0 274 144 100
Binary 1000111 11100110 11111111 1001000 1010 0 0 10111100 1100100 1000000

Color Harmonies of #47E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E6FF

Black with #47E6FF

Text Example


Text Example

White with #47E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,230,255); }

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

background-color css

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

 a { background-color: rgb(71,230,255); }

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

border-color css

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

 span { border-color: rgb(71,230,255); }

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