Html Css Color HEX #54D1FD Turquoise Blue

📋 copy color: '#54D1FD'

red 84 ◦ green 209 ◦ blue 253

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

Shades of Turquoise Blue #54D1FD

Tints of Turquoise Blue #54D1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 15.38%
G = 38.28%
B = 46.34%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54D1FD (or 0x54D1FD) is known color: Turquoise Blue. HEX triplet: 54, D1 and FD. RGB value is (84,209,253). Sum of RGB (Red+Green+Blue) = 84+209+253=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #54D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D1FD is #AB2E02. Grayscale: #B0B0B0. Windows color (decimal): -11218435 or 16634196. OLE color: 16634196.

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

Color convert

RGB 84 209 253 -
CMYK 0.67 0.17 0 0.01
HSL 195.62º 0.98% 0.66% -
HSV(B) 195.62º 0.67% 0.99% -
XYZ 44.19 54.58 101.13 -
YUV 176.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 84 209 253 0.67 0.17 0 0.01 195.62 0.98 0.66
Hex 54 D1 FD 43 11 0 1 C4 62 42
Octal 124 321 375 103 21 0 1 304 142 102
Binary 1010100 11010001 11111101 1000011 10001 0 1 11000100 1100010 1000010

Color Harmonies of #54D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D1FD

Black with #54D1FD

Text Example


Text Example

White with #54D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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