Html Css Color HEX #54CBE8 Turquoise Blue

📋 copy color: '#54CBE8'

red 84 ◦ green 203 ◦ blue 232

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

Shades of Turquoise Blue #54CBE8

Tints of Turquoise Blue #54CBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 16.18%
G = 39.11%
B = 44.7%

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

#54CBE8 (or 0x54CBE8) is known color: Turquoise Blue. HEX triplet: 54, CB and E8. RGB value is (84,203,232). Sum of RGB (Red+Green+Blue) = 84+203+232=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #54CBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBE8 is #AB3417. Grayscale: #AAAAAA. Windows color (decimal): -11219992 or 15256404. OLE color: 15256404.

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

Color convert

RGB 84 203 232 -
CMYK 0.64 0.12 0 0.09
HSL 191.76º 0.76% 0.62% -
HSV(B) 191.76º 0.64% 0.91% -
XYZ 39.58 50.42 83.99 -
YUV 170.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 84 203 232 0.64 0.12 0 0.09 191.76 0.76 0.62
Hex 54 CB E8 40 C 0 9 C0 4C 3E
Octal 124 313 350 100 14 0 11 300 114 76
Binary 1010100 11001011 11101000 1000000 1100 0 1001 11000000 1001100 111110

Color Harmonies of #54CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBE8

Black with #54CBE8

Text Example


Text Example

White with #54CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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