Html Css Color HEX #54CCE7 Turquoise Blue

📋 copy color: '#54CCE7'

red 84 ◦ green 204 ◦ blue 231

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

Shades of Turquoise Blue #54CCE7

Tints of Turquoise Blue #54CCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 16.18%
G = 39.31%
B = 44.51%

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

#54CCE7 (or 0x54CCE7) is known color: Turquoise Blue. HEX triplet: 54, CC and E7. RGB value is (84,204,231). Sum of RGB (Red+Green+Blue) = 84+204+231=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #54CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCE7 is #AB3318. Grayscale: #AAAAAA. Windows color (decimal): -11219737 or 15191124. OLE color: 15191124.

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

Color convert

RGB 84 204 231 -
CMYK 0.64 0.12 0 0.09
HSL 191.02º 0.75% 0.62% -
HSV(B) 191.02º 0.64% 0.91% -
XYZ 39.67 50.84 83.32 -
YUV 171.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 84 204 231 0.64 0.12 0 0.09 191.02 0.75 0.62
Hex 54 CC E7 40 C 0 9 BF 4B 3E
Octal 124 314 347 100 14 0 11 277 113 76
Binary 1010100 11001100 11100111 1000000 1100 0 1001 10111111 1001011 111110

Color Harmonies of #54CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCE7

Black with #54CCE7

Text Example


Text Example

White with #54CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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