Html Css Color HEX #54D3EB Turquoise Blue

📋 copy color: '#54D3EB'

red 84 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #54D3EB

Tints of Turquoise Blue #54D3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 15.85%
G = 39.81%
B = 44.34%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54D3EB (or 0x54D3EB) is known color: Turquoise Blue. HEX triplet: 54, D3 and EB. RGB value is (84,211,235). Sum of RGB (Red+Green+Blue) = 84+211+235=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #54D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D3EB is #AB2C14. Grayscale: #AFAFAF. Windows color (decimal): -11217941 or 15455060. OLE color: 15455060.

HSL color Cylindrical-coordinate representation of color #54D3EB: hue angle of 189.54º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54D3EB is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 211 235 -
CMYK 0.64 0.10 0 0.08
HSL 189.54º 0.79% 0.63% -
HSV(B) 189.54º 0.64% 0.92% -
XYZ 41.95 54.47 86.9 -
YUV 175.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 84 211 235 0.64 0.10 0 0.08 189.54 0.79 0.63
Hex 54 D3 EB 40 A 0 8 BE 4F 3F
Octal 124 323 353 100 12 0 10 276 117 77
Binary 1010100 11010011 11101011 1000000 1010 0 1000 10111110 1001111 111111

Color Harmonies of #54D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D3EB

Black with #54D3EB

Text Example


Text Example

White with #54D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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