Html Css Color HEX #54CBEB Turquoise Blue

📋 copy color: '#54CBEB'

red 84 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #54CBEB

Tints of Turquoise Blue #54CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 16.09%
G = 38.89%
B = 45.02%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54CBEB (or 0x54CBEB) is known color: Turquoise Blue. HEX triplet: 54, CB and EB. RGB value is (84,203,235). Sum of RGB (Red+Green+Blue) = 84+203+235=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #54CBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBEB is #AB3414. Grayscale: #AAAAAA. Windows color (decimal): -11219989 or 15453012. OLE color: 15453012.

HSL color Cylindrical-coordinate representation of color #54CBEB: hue angle of 192.72º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CBEB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 203 235 -
CMYK 0.64 0.14 0 0.08
HSL 192.72º 0.79% 0.63% -
HSV(B) 192.72º 0.64% 0.92% -
XYZ 40.01 50.59 86.25 -
YUV 171.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 84 203 235 0.64 0.14 0 0.08 192.72 0.79 0.63
Hex 54 CB EB 40 E 0 8 C1 4F 3F
Octal 124 313 353 100 16 0 10 301 117 77
Binary 1010100 11001011 11101011 1000000 1110 0 1000 11000001 1001111 111111

Color Harmonies of #54CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBEB

Black with #54CBEB

Text Example


Text Example

White with #54CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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