Html Css Color HEX #54CEF9 Turquoise Blue

📋 copy color: '#54CEF9'

red 84 ◦ green 206 ◦ blue 249

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

Shades of Turquoise Blue #54CEF9

Tints of Turquoise Blue #54CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 15.58%
G = 38.22%
B = 46.2%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54CEF9 (or 0x54CEF9) is known color: Turquoise Blue. HEX triplet: 54, CE and F9. RGB value is (84,206,249). Sum of RGB (Red+Green+Blue) = 84+206+249=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #54CEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF9 is #AB3106. Grayscale: #AEAEAE. Windows color (decimal): -11219207 or 16371284. OLE color: 16371284.

HSL color Cylindrical-coordinate representation of color #54CEF9: hue angle of 195.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CEF9 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 206 249 -
CMYK 0.66 0.17 0 0.02
HSL 195.64º 0.93% 0.65% -
HSV(B) 195.64º 0.66% 0.98% -
XYZ 42.83 52.87 97.57 -
YUV 174.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 84 206 249 0.66 0.17 0 0.02 195.64 0.93 0.65
Hex 54 CE F9 42 11 0 2 C4 5D 41
Octal 124 316 371 102 21 0 2 304 135 101
Binary 1010100 11001110 11111001 1000010 10001 0 10 11000100 1011101 1000001

Color Harmonies of #54CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEF9

Black with #54CEF9

Text Example


Text Example

White with #54CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,206,249); }

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

background-color css

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

 a { background-color: rgb(84,206,249); }

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

border-color css

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

 span { border-color: rgb(84,206,249); }

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