Html Css Color HEX #54CCE6 Turquoise Blue

📋 copy color: '#54CCE6'

red 84 ◦ green 204 ◦ blue 230

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

Shades of Turquoise Blue #54CCE6

Tints of Turquoise Blue #54CCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

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

R = 16.22%
G = 39.38%
B = 44.4%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#54CCE6 (or 0x54CCE6) is known color: Turquoise Blue. HEX triplet: 54, CC and E6. RGB value is (84,204,230). Sum of RGB (Red+Green+Blue) = 84+204+230=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #54CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCE6 is #AB3319. Grayscale: #AAAAAA. Windows color (decimal): -11219738 or 15125588. OLE color: 15125588.

HSL color Cylindrical-coordinate representation of color #54CCE6: hue angle of 190.68º 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 #54CCE6 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 204 230 -
CMYK 0.63 0.11 0 0.10
HSL 190.68º 0.74% 0.62% -
HSV(B) 190.68º 0.63% 0.9% -
XYZ 39.53 50.78 82.58 -
YUV 171.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 84 204 230 0.63 0.11 0 0.10 190.68 0.74 0.62
Hex 54 CC E6 3F B 0 A BF 4A 3E
Octal 124 314 346 77 13 0 12 277 112 76
Binary 1010100 11001100 11100110 111111 1011 0 1010 10111111 1001010 111110

Color Harmonies of #54CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCE6

Black with #54CCE6

Text Example


Text Example

White with #54CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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