Html Css Color HEX #54CBEE Turquoise Blue

📋 copy color: '#54CBEE'

red 84 ◦ green 203 ◦ blue 238

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

Shades of Turquoise Blue #54CBEE

Tints of Turquoise Blue #54CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 16%
G = 38.67%
B = 45.33%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54CBEE (or 0x54CBEE) is known color: Turquoise Blue. HEX triplet: 54, CB and EE. RGB value is (84,203,238). Sum of RGB (Red+Green+Blue) = 84+203+238=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #54CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBEE is #AB3411. Grayscale: #ABABAB. Windows color (decimal): -11219986 or 15649620. OLE color: 15649620.

HSL color Cylindrical-coordinate representation of color #54CBEE: hue angle of 193.64º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CBEE is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 203 238 -
CMYK 0.65 0.15 0 0.07
HSL 193.64º 0.82% 0.63% -
HSV(B) 193.64º 0.65% 0.93% -
XYZ 40.44 50.77 88.56 -
YUV 171.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 84 203 238 0.65 0.15 0 0.07 193.64 0.82 0.63
Hex 54 CB EE 41 F 0 7 C2 52 3F
Octal 124 313 356 101 17 0 7 302 122 77
Binary 1010100 11001011 11101110 1000001 1111 0 111 11000010 1010010 111111

Color Harmonies of #54CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBEE

Black with #54CBEE

Text Example


Text Example

White with #54CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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