Html Css Color HEX #54DBF2 Turquoise Blue

📋 copy color: '#54DBF2'

red 84 ◦ green 219 ◦ blue 242

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

Shades of Turquoise Blue #54DBF2

Tints of Turquoise Blue #54DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 15.41%
G = 40.18%
B = 44.4%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54DBF2 (or 0x54DBF2) is known color: Turquoise Blue. HEX triplet: 54, DB and F2. RGB value is (84,219,242). Sum of RGB (Red+Green+Blue) = 84+219+242=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #54DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBF2 is #AB240D. Grayscale: #B5B5B5. Windows color (decimal): -11215886 or 15915860. OLE color: 15915860.

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

Color convert

RGB 84 219 242 -
CMYK 0.65 0.10 0 0.05
HSL 188.73º 0.86% 0.64% -
HSV(B) 188.73º 0.65% 0.95% -
XYZ 45.01 58.96 93.01 -
YUV 181.26 162.27 58.63 -
System Red Green Blue C M Y K H S L
Decimal 84 219 242 0.65 0.10 0 0.05 188.73 0.86 0.64
Hex 54 DB F2 41 A 0 5 BD 56 40
Octal 124 333 362 101 12 0 5 275 126 100
Binary 1010100 11011011 11110010 1000001 1010 0 101 10111101 1010110 1000000

Color Harmonies of #54DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DBF2

Black with #54DBF2

Text Example


Text Example

White with #54DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,219,242); }

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

background-color css

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

 a { background-color: rgb(84,219,242); }

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

border-color css

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

 span { border-color: rgb(84,219,242); }

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