Html Css Color HEX #55DAED Turquoise Blue

📋 copy color: '#55DAED'

red 85 ◦ green 218 ◦ blue 237

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

Shades of Turquoise Blue #55DAED

Tints of Turquoise Blue #55DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 15.74%
G = 40.37%
B = 43.89%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55DAED (or 0x55DAED) is known color: Turquoise Blue. HEX triplet: 55, DA and ED. RGB value is (85,218,237). Sum of RGB (Red+Green+Blue) = 85+218+237=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #55DAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DAED is #AA2512. Grayscale: #B4B4B4. Windows color (decimal): -11150611 or 15587925. OLE color: 15587925.

HSL color Cylindrical-coordinate representation of color #55DAED: hue angle of 187.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DAED is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 218 237 -
CMYK 0.64 0.08 0 0.07
HSL 187.5º 0.81% 0.63% -
HSV(B) 187.5º 0.64% 0.93% -
XYZ 44.1 58.19 89.03 -
YUV 180.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 85 218 237 0.64 0.08 0 0.07 187.5 0.81 0.63
Hex 55 DA ED 40 8 0 7 BC 51 3F
Octal 125 332 355 100 10 0 7 274 121 77
Binary 1010101 11011010 11101101 1000000 1000 0 111 10111100 1010001 111111

Color Harmonies of #55DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DAED

Black with #55DAED

Text Example


Text Example

White with #55DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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