Html Css Color HEX #54EEF0 Turquoise Blue

📋 copy color: '#54EEF0'

red 84 ◦ green 238 ◦ blue 240

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

Shades of Turquoise Blue #54EEF0

Tints of Turquoise Blue #54EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 14.95%
G = 42.35%
B = 42.7%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54EEF0 (or 0x54EEF0) is known color: Turquoise Blue. HEX triplet: 54, EE and F0. RGB value is (84,238,240). Sum of RGB (Red+Green+Blue) = 84+238+240=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #54EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEF0 is #AB110F. Grayscale: #C0C0C0. Windows color (decimal): -11211024 or 15789652. OLE color: 15789652.

HSL color Cylindrical-coordinate representation of color #54EEF0: hue angle of 180.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EEF0 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 238 240 -
CMYK 0.65 0.01 0 0.06
HSL 180.77º 0.84% 0.64% -
HSV(B) 180.77º 0.65% 0.94% -
XYZ 49.96 69.33 93.19 -
YUV 192.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 84 238 240 0.65 0.01 0 0.06 180.77 0.84 0.64
Hex 54 EE F0 41 1 0 6 B5 54 40
Octal 124 356 360 101 1 0 6 265 124 100
Binary 1010100 11101110 11110000 1000001 1 0 110 10110101 1010100 1000000

Color Harmonies of #54EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EEF0

Black with #54EEF0

Text Example


Text Example

White with #54EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,238,240); }

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

background-color css

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

 a { background-color: rgb(84,238,240); }

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

border-color css

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

 span { border-color: rgb(84,238,240); }

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