Html Css Color HEX #54D8F6 Turquoise Blue

📋 copy color: '#54D8F6'

red 84 ◦ green 216 ◦ blue 246

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

Shades of Turquoise Blue #54D8F6

Tints of Turquoise Blue #54D8F6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 15.38%
G = 39.56%
B = 45.05%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54D8F6 (or 0x54D8F6) is known color: Turquoise Blue. HEX triplet: 54, D8 and F6. RGB value is (84,216,246). Sum of RGB (Red+Green+Blue) = 84+216+246=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #54D8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D8F6 is #AB2709. Grayscale: #B3B3B3. Windows color (decimal): -11216650 or 16177236. OLE color: 16177236.

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

Color convert

RGB 84 216 246 -
CMYK 0.66 0.12 0 0.04
HSL 191.11º 0.9% 0.65% -
HSV(B) 191.11º 0.66% 0.96% -
XYZ 44.85 57.65 95.95 -
YUV 179.95 165.27 59.56 -
System Red Green Blue C M Y K H S L
Decimal 84 216 246 0.66 0.12 0 0.04 191.11 0.9 0.65
Hex 54 D8 F6 42 C 0 4 BF 5A 41
Octal 124 330 366 102 14 0 4 277 132 101
Binary 1010100 11011000 11110110 1000010 1100 0 100 10111111 1011010 1000001

Color Harmonies of #54D8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D8F6

Black with #54D8F6

Text Example


Text Example

White with #54D8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,216,246); }

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

background-color css

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

 a { background-color: rgb(84,216,246); }

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

border-color css

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

 span { border-color: rgb(84,216,246); }

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