Html Css Color HEX #54DCE7 Turquoise Blue

📋 copy color: '#54DCE7'

red 84 ◦ green 220 ◦ blue 231

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

Shades of Turquoise Blue #54DCE7

Tints of Turquoise Blue #54DCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 15.7%
G = 41.12%
B = 43.18%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54DCE7 (or 0x54DCE7) is known color: Turquoise Blue. HEX triplet: 54, DC and E7. RGB value is (84,220,231). Sum of RGB (Red+Green+Blue) = 84+220+231=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #54DCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCE7 is #AB2318. Grayscale: #B4B4B4. Windows color (decimal): -11215641 or 15195220. OLE color: 15195220.

HSL color Cylindrical-coordinate representation of color #54DCE7: hue angle of 184.49º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DCE7 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 220 231 -
CMYK 0.64 0.05 0 0.09
HSL 184.49º 0.75% 0.62% -
HSV(B) 184.49º 0.64% 0.91% -
XYZ 43.67 58.84 84.66 -
YUV 180.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 84 220 231 0.64 0.05 0 0.09 184.49 0.75 0.62
Hex 54 DC E7 40 5 0 9 B8 4B 3E
Octal 124 334 347 100 5 0 11 270 113 76
Binary 1010100 11011100 11100111 1000000 101 0 1001 10111000 1001011 111110

Color Harmonies of #54DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCE7

Black with #54DCE7

Text Example


Text Example

White with #54DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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