Html Css Color HEX #54CBE9 Turquoise Blue

📋 copy color: '#54CBE9'

red 84 ◦ green 203 ◦ blue 233

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

Shades of Turquoise Blue #54CBE9

Tints of Turquoise Blue #54CBE9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

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

R = 16.15%
G = 39.04%
B = 44.81%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54CBE9 (or 0x54CBE9) is known color: Turquoise Blue. HEX triplet: 54, CB and E9. RGB value is (84,203,233). Sum of RGB (Red+Green+Blue) = 84+203+233=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #54CBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBE9 is #AB3416. Grayscale: #AAAAAA. Windows color (decimal): -11219991 or 15321940. OLE color: 15321940.

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

Color convert

RGB 84 203 233 -
CMYK 0.64 0.13 0 0.09
HSL 192.08º 0.77% 0.62% -
HSV(B) 192.08º 0.64% 0.91% -
XYZ 39.72 50.48 84.74 -
YUV 170.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 84 203 233 0.64 0.13 0 0.09 192.08 0.77 0.62
Hex 54 CB E9 40 D 0 9 C0 4D 3E
Octal 124 313 351 100 15 0 11 300 115 76
Binary 1010100 11001011 11101001 1000000 1101 0 1001 11000000 1001101 111110

Color Harmonies of #54CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBE9

Black with #54CBE9

Text Example


Text Example

White with #54CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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