Html Css Color HEX #54DFEE Turquoise Blue

📋 copy color: '#54DFEE'

red 84 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #54DFEE

Tints of Turquoise Blue #54DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 15.41%
G = 40.92%
B = 43.67%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54DFEE (or 0x54DFEE) is known color: Turquoise Blue. HEX triplet: 54, DF and EE. RGB value is (84,223,238). Sum of RGB (Red+Green+Blue) = 84+223+238=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #54DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFEE is #AB2011. Grayscale: #B6B6B6. Windows color (decimal): -11214866 or 15654740. OLE color: 15654740.

HSL color Cylindrical-coordinate representation of color #54DFEE: hue angle of 185.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DFEE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 223 238 -
CMYK 0.65 0.06 0 0.07
HSL 185.84º 0.82% 0.63% -
HSV(B) 185.84º 0.65% 0.93% -
XYZ 45.48 60.83 90.23 -
YUV 183.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 84 223 238 0.65 0.06 0 0.07 185.84 0.82 0.63
Hex 54 DF EE 41 6 0 7 BA 52 3F
Octal 124 337 356 101 6 0 7 272 122 77
Binary 1010100 11011111 11101110 1000001 110 0 111 10111010 1010010 111111

Color Harmonies of #54DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DFEE

Black with #54DFEE

Text Example


Text Example

White with #54DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,223,238); }

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

background-color css

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

 a { background-color: rgb(84,223,238); }

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

border-color css

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

 span { border-color: rgb(84,223,238); }

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