Html Css Color HEX #54E3F6 Turquoise Blue

📋 copy color: '#54E3F6'

red 84 ◦ green 227 ◦ blue 246

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

Shades of Turquoise Blue #54E3F6

Tints of Turquoise Blue #54E3F6

RGB

 RED value IS 84 (33.2% from 255) = 15.08%

 GREEN value IS 227 (89.06% from 255) = 40.75%

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 15.08%
G = 40.75%
B = 44.17%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54E3F6 (or 0x54E3F6) is known color: Turquoise Blue. HEX triplet: 54, E3 and F6. RGB value is (84,227,246). Sum of RGB (Red+Green+Blue) = 84+227+246=557 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.08% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #54E3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E3F6 is #AB1C09. Grayscale: #BABABA. Windows color (decimal): -11213834 or 16180052. OLE color: 16180052.

HSL color Cylindrical-coordinate representation of color #54E3F6: hue angle of 187.04º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54E3F6 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 227 246 -
CMYK 0.66 0.08 0 0.04
HSL 187.04º 0.9% 0.65% -
HSV(B) 187.04º 0.66% 0.96% -
XYZ 47.76 63.48 96.92 -
YUV 186.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 84 227 246 0.66 0.08 0 0.04 187.04 0.9 0.65
Hex 54 E3 F6 42 8 0 4 BB 5A 41
Octal 124 343 366 102 10 0 4 273 132 101
Binary 1010100 11100011 11110110 1000010 1000 0 100 10111011 1011010 1000001

Color Harmonies of #54E3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E3F6

Black with #54E3F6

Text Example


Text Example

White with #54E3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54E3F6; }

 p { color: rgb(84,227,246); }

 H1.HeaderClassName
 {
   color: #54E3F6;
 }
 .AnyTagClassName
 {
   color: #54E3F6;
 }
</style>

background-color css

<style>
 a { background-color: #54E3F6; }

 a { background-color: rgb(84,227,246); }

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

border-color css

<style>
 span { border-color: #54E3F6; }

 span { border-color: rgb(84,227,246); }

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