Html Css Color HEX #54DDF1 Turquoise Blue

📋 copy color: '#54DDF1'

red 84 ◦ green 221 ◦ blue 241

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

Shades of Turquoise Blue #54DDF1

Tints of Turquoise Blue #54DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 15.38%
G = 40.48%
B = 44.14%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54DDF1 (or 0x54DDF1) is known color: Turquoise Blue. HEX triplet: 54, DD and F1. RGB value is (84,221,241). Sum of RGB (Red+Green+Blue) = 84+221+241=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #54DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDF1 is #AB220E. Grayscale: #B6B6B6. Windows color (decimal): -11215375 or 15850836. OLE color: 15850836.

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

Color convert

RGB 84 221 241 -
CMYK 0.65 0.08 0 0.05
HSL 187.64º 0.85% 0.64% -
HSV(B) 187.64º 0.65% 0.95% -
XYZ 45.39 59.95 92.4 -
YUV 182.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 84 221 241 0.65 0.08 0 0.05 187.64 0.85 0.64
Hex 54 DD F1 41 8 0 5 BC 55 40
Octal 124 335 361 101 10 0 5 274 125 100
Binary 1010100 11011101 11110001 1000001 1000 0 101 10111100 1010101 1000000

Color Harmonies of #54DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDF1

Black with #54DDF1

Text Example


Text Example

White with #54DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,221,241); }

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

background-color css

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

 a { background-color: rgb(84,221,241); }

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

border-color css

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

 span { border-color: rgb(84,221,241); }

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