Html Css Color HEX #54DCFB Turquoise Blue

📋 copy color: '#54DCFB'

red 84 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #54DCFB

Tints of Turquoise Blue #54DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 15.14%
G = 39.64%
B = 45.23%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54DCFB (or 0x54DCFB) is known color: Turquoise Blue. HEX triplet: 54, DC and FB. RGB value is (84,220,251). Sum of RGB (Red+Green+Blue) = 84+220+251=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #54DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCFB is #AB2304. Grayscale: #B6B6B6. Windows color (decimal): -11215621 or 16505940. OLE color: 16505940.

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

Color convert

RGB 84 220 251 -
CMYK 0.67 0.12 0 0.02
HSL 191.14º 0.95% 0.66% -
HSV(B) 191.14º 0.67% 0.98% -
XYZ 46.66 60.04 100.4 -
YUV 182.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 84 220 251 0.67 0.12 0 0.02 191.14 0.95 0.66
Hex 54 DC FB 43 C 0 2 BF 5F 42
Octal 124 334 373 103 14 0 2 277 137 102
Binary 1010100 11011100 11111011 1000011 1100 0 10 10111111 1011111 1000010

Color Harmonies of #54DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCFB

Black with #54DCFB

Text Example


Text Example

White with #54DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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