Html Css Color HEX #54E6FD Turquoise Blue

📋 copy color: '#54E6FD'

red 84 ◦ green 230 ◦ blue 253

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

Shades of Turquoise Blue #54E6FD

Tints of Turquoise Blue #54E6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 14.81%
G = 40.56%
B = 44.62%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54E6FD (or 0x54E6FD) is known color: Turquoise Blue. HEX triplet: 54, E6 and FD. RGB value is (84,230,253). Sum of RGB (Red+Green+Blue) = 84+230+253=567 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.81% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #54E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6FD is #AB1902. Grayscale: #BCBCBC. Windows color (decimal): -11213059 or 16639572. OLE color: 16639572.

HSL color Cylindrical-coordinate representation of color #54E6FD: hue angle of 188.17º degrees, saturation: 0.98, 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 #54E6FD is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 230 253 -
CMYK 0.67 0.09 0 0.01
HSL 188.17º 0.98% 0.66% -
HSV(B) 188.17º 0.67% 0.99% -
XYZ 49.68 65.57 102.97 -
YUV 188.97 164.13 53.13 -
System Red Green Blue C M Y K H S L
Decimal 84 230 253 0.67 0.09 0 0.01 188.17 0.98 0.66
Hex 54 E6 FD 43 9 0 1 BC 62 42
Octal 124 346 375 103 11 0 1 274 142 102
Binary 1010100 11100110 11111101 1000011 1001 0 1 10111100 1100010 1000010

Color Harmonies of #54E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E6FD

Black with #54E6FD

Text Example


Text Example

White with #54E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,230,253); }

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

background-color css

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

 a { background-color: rgb(84,230,253); }

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

border-color css

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

 span { border-color: rgb(84,230,253); }

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