Html Css Color HEX #54DAFD Turquoise Blue

📋 copy color: '#54DAFD'

red 84 ◦ green 218 ◦ blue 253

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

Shades of Turquoise Blue #54DAFD

Tints of Turquoise Blue #54DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

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

R = 15.14%
G = 39.28%
B = 45.59%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54DAFD (or 0x54DAFD) is known color: Turquoise Blue. HEX triplet: 54, DA and FD. RGB value is (84,218,253). Sum of RGB (Red+Green+Blue) = 84+218+253=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #54DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAFD is #AB2502. Grayscale: #B5B5B5. Windows color (decimal): -11216131 or 16636500. OLE color: 16636500.

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

Color convert

RGB 84 218 253 -
CMYK 0.67 0.14 0 0.01
HSL 192.43º 0.98% 0.66% -
HSV(B) 192.43º 0.67% 0.99% -
XYZ 46.46 59.12 101.89 -
YUV 181.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 84 218 253 0.67 0.14 0 0.01 192.43 0.98 0.66
Hex 54 DA FD 43 E 0 1 C0 62 42
Octal 124 332 375 103 16 0 1 300 142 102
Binary 1010100 11011010 11111101 1000011 1110 0 1 11000000 1100010 1000010

Color Harmonies of #54DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAFD

Black with #54DAFD

Text Example


Text Example

White with #54DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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