Html Css Color HEX #54DEE6 Turquoise Blue

📋 copy color: '#54DEE6'

red 84 ◦ green 222 ◦ blue 230

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

Shades of Turquoise Blue #54DEE6

Tints of Turquoise Blue #54DEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 15.67%
G = 41.42%
B = 42.91%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#54DEE6 (or 0x54DEE6) is known color: Turquoise Blue. HEX triplet: 54, DE and E6. RGB value is (84,222,230). Sum of RGB (Red+Green+Blue) = 84+222+230=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #54DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DEE6 is #AB2119. Grayscale: #B5B5B5. Windows color (decimal): -11215130 or 15130196. OLE color: 15130196.

HSL color Cylindrical-coordinate representation of color #54DEE6: hue angle of 183.29º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54DEE6 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 222 230 -
CMYK 0.63 0.03 0 0.10
HSL 183.29º 0.74% 0.62% -
HSV(B) 183.29º 0.63% 0.9% -
XYZ 44.06 59.84 84.09 -
YUV 181.65 155.28 58.35 -
System Red Green Blue C M Y K H S L
Decimal 84 222 230 0.63 0.03 0 0.10 183.29 0.74 0.62
Hex 54 DE E6 3F 3 0 A B7 4A 3E
Octal 124 336 346 77 3 0 12 267 112 76
Binary 1010100 11011110 11100110 111111 11 0 1010 10110111 1001010 111110

Color Harmonies of #54DEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DEE6

Black with #54DEE6

Text Example


Text Example

White with #54DEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,222,230); }

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

background-color css

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

 a { background-color: rgb(84,222,230); }

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

border-color css

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

 span { border-color: rgb(84,222,230); }

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