Html Css Color HEX #54CEE9 Turquoise Blue

📋 copy color: '#54CEE9'

red 84 ◦ green 206 ◦ blue 233

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

Shades of Turquoise Blue #54CEE9

Tints of Turquoise Blue #54CEE9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

 BLUE value IS 233 (91.41% from 255) = 44.55%

R = 16.06%
G = 39.39%
B = 44.55%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54CEE9 (or 0x54CEE9) is known color: Turquoise Blue. HEX triplet: 54, CE and E9. RGB value is (84,206,233). Sum of RGB (Red+Green+Blue) = 84+206+233=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #54CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEE9 is #AB3116. Grayscale: #ACACAC. Windows color (decimal): -11219223 or 15322708. OLE color: 15322708.

HSL color Cylindrical-coordinate representation of color #54CEE9: hue angle of 190.87º degrees, saturation: 0.77, 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 #54CEE9 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 206 233 -
CMYK 0.64 0.12 0 0.09
HSL 190.87º 0.77% 0.62% -
HSV(B) 190.87º 0.64% 0.91% -
XYZ 40.44 51.91 84.98 -
YUV 172.6 162.08 64.8 -
System Red Green Blue C M Y K H S L
Decimal 84 206 233 0.64 0.12 0 0.09 190.87 0.77 0.62
Hex 54 CE E9 40 C 0 9 BF 4D 3E
Octal 124 316 351 100 14 0 11 277 115 76
Binary 1010100 11001110 11101001 1000000 1100 0 1001 10111111 1001101 111110

Color Harmonies of #54CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEE9

Black with #54CEE9

Text Example


Text Example

White with #54CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,206,233); }

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

background-color css

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

 a { background-color: rgb(84,206,233); }

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

border-color css

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

 span { border-color: rgb(84,206,233); }

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