Html Css Color HEX #54E7FC Turquoise Blue

📋 copy color: '#54E7FC'

red 84 ◦ green 231 ◦ blue 252

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

Shades of Turquoise Blue #54E7FC

Tints of Turquoise Blue #54E7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

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

R = 14.81%
G = 40.74%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54E7FC (or 0x54E7FC) is known color: Turquoise Blue. HEX triplet: 54, E7 and FC. RGB value is (84,231,252). Sum of RGB (Red+Green+Blue) = 84+231+252=567 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.81% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #54E7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E7FC is #AB1803. Grayscale: #BDBDBD. Windows color (decimal): -11212804 or 16574292. OLE color: 16574292.

HSL color Cylindrical-coordinate representation of color #54E7FC: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54E7FC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 231 252 -
CMYK 0.67 0.08 0 0.01
HSL 187.5º 0.97% 0.66% -
HSV(B) 187.5º 0.67% 0.99% -
XYZ 49.8 66.06 102.22 -
YUV 189.44 163.3 52.79 -
System Red Green Blue C M Y K H S L
Decimal 84 231 252 0.67 0.08 0 0.01 187.5 0.97 0.66
Hex 54 E7 FC 43 8 0 1 BC 61 42
Octal 124 347 374 103 10 0 1 274 141 102
Binary 1010100 11100111 11111100 1000011 1000 0 1 10111100 1100001 1000010

Color Harmonies of #54E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E7FC

Black with #54E7FC

Text Example


Text Example

White with #54E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,231,252); }

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

background-color css

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

 a { background-color: rgb(84,231,252); }

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

border-color css

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

 span { border-color: rgb(84,231,252); }

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