Html Css Color HEX #54D3FA Turquoise Blue

📋 copy color: '#54D3FA'

red 84 ◦ green 211 ◦ blue 250

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

Shades of Turquoise Blue #54D3FA

Tints of Turquoise Blue #54D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 15.41%
G = 38.72%
B = 45.87%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54D3FA (or 0x54D3FA) is known color: Turquoise Blue. HEX triplet: 54, D3 and FA. RGB value is (84,211,250). Sum of RGB (Red+Green+Blue) = 84+211+250=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #54D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D3FA is #AB2C05. Grayscale: #B1B1B1. Windows color (decimal): -11217926 or 16438100. OLE color: 16438100.

HSL color Cylindrical-coordinate representation of color #54D3FA: hue angle of 194.1º 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 #54D3FA is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 211 250 -
CMYK 0.66 0.16 0 0.02
HSL 194.1º 0.94% 0.65% -
HSV(B) 194.1º 0.66% 0.98% -
XYZ 44.21 55.38 98.8 -
YUV 177.47 168.92 61.33 -
System Red Green Blue C M Y K H S L
Decimal 84 211 250 0.66 0.16 0 0.02 194.1 0.94 0.65
Hex 54 D3 FA 42 10 0 2 C2 5E 41
Octal 124 323 372 102 20 0 2 302 136 101
Binary 1010100 11010011 11111010 1000010 10000 0 10 11000010 1011110 1000001

Color Harmonies of #54D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D3FA

Black with #54D3FA

Text Example


Text Example

White with #54D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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