Html Css Color HEX #54EBF2 Turquoise Blue

📋 copy color: '#54EBF2'

red 84 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #54EBF2

Tints of Turquoise Blue #54EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

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

R = 14.97%
G = 41.89%
B = 43.14%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54EBF2 (or 0x54EBF2) is known color: Turquoise Blue. HEX triplet: 54, EB and F2. RGB value is (84,235,242). Sum of RGB (Red+Green+Blue) = 84+235+242=561 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.97% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #54EBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EBF2 is #AB140D. Grayscale: #BEBEBE. Windows color (decimal): -11211790 or 15919956. OLE color: 15919956.

HSL color Cylindrical-coordinate representation of color #54EBF2: hue angle of 182.66º 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 #54EBF2 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 235 242 -
CMYK 0.65 0.03 0 0.05
HSL 182.66º 0.86% 0.64% -
HSV(B) 182.66º 0.65% 0.95% -
XYZ 49.39 67.71 94.47 -
YUV 190.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 84 235 242 0.65 0.03 0 0.05 182.66 0.86 0.64
Hex 54 EB F2 41 3 0 5 B7 56 40
Octal 124 353 362 101 3 0 5 267 126 100
Binary 1010100 11101011 11110010 1000001 11 0 101 10110111 1010110 1000000

Color Harmonies of #54EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBF2

Black with #54EBF2

Text Example


Text Example

White with #54EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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