Html Css Color HEX #54D2FD Turquoise Blue

📋 copy color: '#54D2FD'

red 84 ◦ green 210 ◦ blue 253

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

Shades of Turquoise Blue #54D2FD

Tints of Turquoise Blue #54D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.39%

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

R = 15.36%
G = 38.39%
B = 46.25%

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

#54D2FD (or 0x54D2FD) is known color: Turquoise Blue. HEX triplet: 54, D2 and FD. RGB value is (84,210,253). Sum of RGB (Red+Green+Blue) = 84+210+253=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #54D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D2FD is #AB2D02. Grayscale: #B0B0B0. Windows color (decimal): -11218179 or 16634452. OLE color: 16634452.

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

Color convert

RGB 84 210 253 -
CMYK 0.67 0.17 0 0.01
HSL 195.27º 0.98% 0.66% -
HSV(B) 195.27º 0.67% 0.99% -
XYZ 44.43 55.07 101.22 -
YUV 177.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 84 210 253 0.67 0.17 0 0.01 195.27 0.98 0.66
Hex 54 D2 FD 43 11 0 1 C3 62 42
Octal 124 322 375 103 21 0 1 303 142 102
Binary 1010100 11010010 11111101 1000011 10001 0 1 11000011 1100010 1000010

Color Harmonies of #54D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D2FD

Black with #54D2FD

Text Example


Text Example

White with #54D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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