Html Css Color HEX #54ECF2 Turquoise Blue

📋 copy color: '#54ECF2'

red 84 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #54ECF2

Tints of Turquoise Blue #54ECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 14.95%
G = 41.99%
B = 43.06%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54ECF2 (or 0x54ECF2) is known color: Turquoise Blue. HEX triplet: 54, EC and F2. RGB value is (84,236,242). Sum of RGB (Red+Green+Blue) = 84+236+242=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #54ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF2 is #AB130D. Grayscale: #BFBFBF. Windows color (decimal): -11211534 or 15920212. OLE color: 15920212.

HSL color Cylindrical-coordinate representation of color #54ECF2: hue angle of 182.28º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ECF2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 236 242 -
CMYK 0.65 0.02 0 0.05
HSL 182.28º 0.86% 0.64% -
HSV(B) 182.28º 0.65% 0.95% -
XYZ 49.68 68.29 94.57 -
YUV 191.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 84 236 242 0.65 0.02 0 0.05 182.28 0.86 0.64
Hex 54 EC F2 41 2 0 5 B6 56 40
Octal 124 354 362 101 2 0 5 266 126 100
Binary 1010100 11101100 11110010 1000001 10 0 101 10110110 1010110 1000000

Color Harmonies of #54ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECF2

Black with #54ECF2

Text Example


Text Example

White with #54ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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