Html Css Color HEX #54DAFA Turquoise Blue

📋 copy color: '#54DAFA'

red 84 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #54DAFA

Tints of Turquoise Blue #54DAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 15.22%
G = 39.49%
B = 45.29%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54DAFA (or 0x54DAFA) is known color: Turquoise Blue. HEX triplet: 54, DA and FA. RGB value is (84,218,250). Sum of RGB (Red+Green+Blue) = 84+218+250=552 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.22% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #54DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAFA is #AB2505. Grayscale: #B5B5B5. Windows color (decimal): -11216134 or 16439892. OLE color: 16439892.

HSL color Cylindrical-coordinate representation of color #54DAFA: hue angle of 191.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DAFA is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 218 250 -
CMYK 0.66 0.13 0 0.02
HSL 191.57º 0.94% 0.65% -
HSV(B) 191.57º 0.66% 0.98% -
XYZ 45.98 58.93 99.39 -
YUV 181.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 84 218 250 0.66 0.13 0 0.02 191.57 0.94 0.65
Hex 54 DA FA 42 D 0 2 C0 5E 41
Octal 124 332 372 102 15 0 2 300 136 101
Binary 1010100 11011010 11111010 1000010 1101 0 10 11000000 1011110 1000001

Color Harmonies of #54DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAFA

Black with #54DAFA

Text Example


Text Example

White with #54DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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