Html Css Color HEX #54CBE6 Turquoise Blue

📋 copy color: '#54CBE6'

red 84 ◦ green 203 ◦ blue 230

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

Shades of Turquoise Blue #54CBE6

Tints of Turquoise Blue #54CBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.49%

R = 16.25%
G = 39.26%
B = 44.49%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#54CBE6 (or 0x54CBE6) is known color: Turquoise Blue. HEX triplet: 54, CB and E6. RGB value is (84,203,230). Sum of RGB (Red+Green+Blue) = 84+203+230=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #54CBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBE6 is #AB3419. Grayscale: #AAAAAA. Windows color (decimal): -11219994 or 15125332. OLE color: 15125332.

HSL color Cylindrical-coordinate representation of color #54CBE6: hue angle of 191.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54CBE6 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 203 230 -
CMYK 0.63 0.12 0 0.10
HSL 191.1º 0.74% 0.62% -
HSV(B) 191.1º 0.63% 0.9% -
XYZ 39.3 50.31 82.5 -
YUV 170.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 84 203 230 0.63 0.12 0 0.10 191.1 0.74 0.62
Hex 54 CB E6 3F C 0 A BF 4A 3E
Octal 124 313 346 77 14 0 12 277 112 76
Binary 1010100 11001011 11100110 111111 1100 0 1010 10111111 1001010 111110

Color Harmonies of #54CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBE6

Black with #54CBE6

Text Example


Text Example

White with #54CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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