Html Css Color HEX #54DCF6 Turquoise Blue

📋 copy color: '#54DCF6'

red 84 ◦ green 220 ◦ blue 246

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

Shades of Turquoise Blue #54DCF6

Tints of Turquoise Blue #54DCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

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

R = 15.27%
G = 40%
B = 44.73%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54DCF6 (or 0x54DCF6) is known color: Turquoise Blue. HEX triplet: 54, DC and F6. RGB value is (84,220,246). Sum of RGB (Red+Green+Blue) = 84+220+246=550 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.27% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #54DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCF6 is #AB2309. Grayscale: #B6B6B6. Windows color (decimal): -11215626 or 16178260. OLE color: 16178260.

HSL color Cylindrical-coordinate representation of color #54DCF6: hue angle of 189.63º 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 #54DCF6 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 220 246 -
CMYK 0.66 0.11 0 0.04
HSL 189.63º 0.9% 0.65% -
HSV(B) 189.63º 0.66% 0.96% -
XYZ 45.88 59.73 96.3 -
YUV 182.3 163.94 57.89 -
System Red Green Blue C M Y K H S L
Decimal 84 220 246 0.66 0.11 0 0.04 189.63 0.9 0.65
Hex 54 DC F6 42 B 0 4 BE 5A 41
Octal 124 334 366 102 13 0 4 276 132 101
Binary 1010100 11011100 11110110 1000010 1011 0 100 10111110 1011010 1000001

Color Harmonies of #54DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCF6

Black with #54DCF6

Text Example


Text Example

White with #54DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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