Html Css Color HEX #55DAEF Turquoise Blue

📋 copy color: '#55DAEF'

red 85 ◦ green 218 ◦ blue 239

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

Shades of Turquoise Blue #55DAEF

Tints of Turquoise Blue #55DAEF

RGB

 RED value IS 85 (33.59% from 255) = 15.68%

 GREEN value IS 218 (85.55% from 255) = 40.22%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 15.68%
G = 40.22%
B = 44.1%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55DAEF (or 0x55DAEF) is known color: Turquoise Blue. HEX triplet: 55, DA and EF. RGB value is (85,218,239). Sum of RGB (Red+Green+Blue) = 85+218+239=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #55DAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DAEF is #AA2510. Grayscale: #B4B4B4. Windows color (decimal): -11150609 or 15718997. OLE color: 15718997.

HSL color Cylindrical-coordinate representation of color #55DAEF: hue angle of 188.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DAEF is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 218 239 -
CMYK 0.64 0.09 0 0.06
HSL 188.18º 0.83% 0.64% -
HSV(B) 188.18º 0.64% 0.94% -
XYZ 44.4 58.31 90.58 -
YUV 180.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 85 218 239 0.64 0.09 0 0.06 188.18 0.83 0.64
Hex 55 DA EF 40 9 0 6 BC 53 40
Octal 125 332 357 100 11 0 6 274 123 100
Binary 1010101 11011010 11101111 1000000 1001 0 110 10111100 1010011 1000000

Color Harmonies of #55DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DAEF

Black with #55DAEF

Text Example


Text Example

White with #55DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DAEF; }

 p { color: rgb(85,218,239); }

 H1.HeaderClassName
 {
   color: #55DAEF;
 }
 .AnyTagClassName
 {
   color: #55DAEF;
 }
</style>

background-color css

<style>
 a { background-color: #55DAEF; }

 a { background-color: rgb(85,218,239); }

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

border-color css

<style>
 span { border-color: #55DAEF; }

 span { border-color: rgb(85,218,239); }

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