Html Css Color HEX #54DCFF Turquoise Blue

📋 copy color: '#54DCFF'

red 84 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #54DCFF

Tints of Turquoise Blue #54DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 15.03%
G = 39.36%
B = 45.62%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54DCFF (or 0x54DCFF) is known color: Turquoise Blue. HEX triplet: 54, DC and FF. RGB value is (84,220,255). Sum of RGB (Red+Green+Blue) = 84+220+255=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #54DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCFF is #AB2300. Grayscale: #B7B7B7. Windows color (decimal): -11215617 or 16768084. OLE color: 16768084.

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

Color convert

RGB 84 220 255 -
CMYK 0.67 0.14 0 0
HSL 192.28º 1% 0.66% -
HSV(B) 192.28º 0.67% 1% -
XYZ 47.3 60.29 103.75 -
YUV 183.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 84 220 255 0.67 0.14 0 0 192.28 1 0.66
Hex 54 DC FF 43 E 0 0 C0 64 42
Octal 124 334 377 103 16 0 0 300 144 102
Binary 1010100 11011100 11111111 1000011 1110 0 0 11000000 1100100 1000010

Color Harmonies of #54DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCFF

Black with #54DCFF

Text Example


Text Example

White with #54DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,220,255); }

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

background-color css

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

 a { background-color: rgb(84,220,255); }

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

border-color css

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

 span { border-color: rgb(84,220,255); }

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