Html Css Color HEX #54ECF4 Turquoise Blue

📋 copy color: '#54ECF4'

red 84 ◦ green 236 ◦ blue 244

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

Shades of Turquoise Blue #54ECF4

Tints of Turquoise Blue #54ECF4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 14.89%
G = 41.84%
B = 43.26%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54ECF4 (or 0x54ECF4) is known color: Turquoise Blue. HEX triplet: 54, EC and F4. RGB value is (84,236,244). Sum of RGB (Red+Green+Blue) = 84+236+244=564 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.89% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #54ECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF4 is #AB130B. Grayscale: #BFBFBF. Windows color (decimal): -11211532 or 16051284. OLE color: 16051284.

HSL color Cylindrical-coordinate representation of color #54ECF4: hue angle of 183º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ECF4 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 236 244 -
CMYK 0.66 0.03 0 0.04
HSL 183º 0.88% 0.64% -
HSV(B) 183º 0.66% 0.96% -
XYZ 49.98 68.41 96.16 -
YUV 191.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 84 236 244 0.66 0.03 0 0.04 183 0.88 0.64
Hex 54 EC F4 42 3 0 4 B7 58 40
Octal 124 354 364 102 3 0 4 267 130 100
Binary 1010100 11101100 11110100 1000010 11 0 100 10110111 1011000 1000000

Color Harmonies of #54ECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECF4

Black with #54ECF4

Text Example


Text Example

White with #54ECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,236,244); }

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

background-color css

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

 a { background-color: rgb(84,236,244); }

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

border-color css

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

 span { border-color: rgb(84,236,244); }

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