Html Css Color HEX #54D2F5 Turquoise Blue

📋 copy color: '#54D2F5'

red 84 ◦ green 210 ◦ blue 245

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

Shades of Turquoise Blue #54D2F5

Tints of Turquoise Blue #54D2F5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

 BLUE value IS 245 (96.09% from 255) = 45.45%

R = 15.58%
G = 38.96%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54D2F5 (or 0x54D2F5) is known color: Turquoise Blue. HEX triplet: 54, D2 and F5. RGB value is (84,210,245). Sum of RGB (Red+Green+Blue) = 84+210+245=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #54D2F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D2F5 is #AB2D0A. Grayscale: #B0B0B0. Windows color (decimal): -11218187 or 16110164. OLE color: 16110164.

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

Color convert

RGB 84 210 245 -
CMYK 0.66 0.14 0 0.04
HSL 193.04º 0.89% 0.65% -
HSV(B) 193.04º 0.66% 0.96% -
XYZ 43.18 54.57 94.64 -
YUV 176.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 84 210 245 0.66 0.14 0 0.04 193.04 0.89 0.65
Hex 54 D2 F5 42 E 0 4 C1 59 41
Octal 124 322 365 102 16 0 4 301 131 101
Binary 1010100 11010010 11110101 1000010 1110 0 100 11000001 1011001 1000001

Color Harmonies of #54D2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D2F5

Black with #54D2F5

Text Example


Text Example

White with #54D2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,210,245); }

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

background-color css

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

 a { background-color: rgb(84,210,245); }

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

border-color css

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

 span { border-color: rgb(84,210,245); }

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