Html Css Color HEX #54D8F5 Turquoise Blue

📋 copy color: '#54D8F5'

red 84 ◦ green 216 ◦ blue 245

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

Shades of Turquoise Blue #54D8F5

Tints of Turquoise Blue #54D8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.63%

 BLUE value IS 245 (96.09% from 255) = 44.95%

R = 15.41%
G = 39.63%
B = 44.95%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54D8F5 (or 0x54D8F5) is known color: Turquoise Blue. HEX triplet: 54, D8 and F5. RGB value is (84,216,245). Sum of RGB (Red+Green+Blue) = 84+216+245=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #54D8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D8F5 is #AB270A. Grayscale: #B3B3B3. Windows color (decimal): -11216651 or 16111700. OLE color: 16111700.

HSL color Cylindrical-coordinate representation of color #54D8F5: hue angle of 190.81º degrees, saturation: 0.89, 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 #54D8F5 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 216 245 -
CMYK 0.66 0.12 0 0.04
HSL 190.81º 0.89% 0.65% -
HSV(B) 190.81º 0.66% 0.96% -
XYZ 44.69 57.59 95.15 -
YUV 179.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 84 216 245 0.66 0.12 0 0.04 190.81 0.89 0.65
Hex 54 D8 F5 42 C 0 4 BF 59 41
Octal 124 330 365 102 14 0 4 277 131 101
Binary 1010100 11011000 11110101 1000010 1100 0 100 10111111 1011001 1000001

Color Harmonies of #54D8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D8F5

Black with #54D8F5

Text Example


Text Example

White with #54D8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,216,245); }

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

background-color css

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

 a { background-color: rgb(84,216,245); }

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

border-color css

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

 span { border-color: rgb(84,216,245); }

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