Html Css Color HEX #54CCE9 Turquoise Blue

📋 copy color: '#54CCE9'

red 84 ◦ green 204 ◦ blue 233

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

Shades of Turquoise Blue #54CCE9

Tints of Turquoise Blue #54CCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 16.12%
G = 39.16%
B = 44.72%

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

#54CCE9 (or 0x54CCE9) is known color: Turquoise Blue. HEX triplet: 54, CC and E9. RGB value is (84,204,233). Sum of RGB (Red+Green+Blue) = 84+204+233=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #54CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCE9 is #AB3316. Grayscale: #ABABAB. Windows color (decimal): -11219735 or 15322196. OLE color: 15322196.

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

Color convert

RGB 84 204 233 -
CMYK 0.64 0.12 0 0.09
HSL 191.68º 0.77% 0.62% -
HSV(B) 191.68º 0.64% 0.91% -
XYZ 39.96 50.95 84.82 -
YUV 171.43 162.74 65.64 -
System Red Green Blue C M Y K H S L
Decimal 84 204 233 0.64 0.12 0 0.09 191.68 0.77 0.62
Hex 54 CC E9 40 C 0 9 C0 4D 3E
Octal 124 314 351 100 14 0 11 300 115 76
Binary 1010100 11001100 11101001 1000000 1100 0 1001 11000000 1001101 111110

Color Harmonies of #54CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCE9

Black with #54CCE9

Text Example


Text Example

White with #54CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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