Html Css Color HEX #55DEED Turquoise Blue

📋 copy color: '#55DEED'

red 85 ◦ green 222 ◦ blue 237

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

Shades of Turquoise Blue #55DEED

Tints of Turquoise Blue #55DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

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

R = 15.63%
G = 40.81%
B = 43.57%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55DEED (or 0x55DEED) is known color: Turquoise Blue. HEX triplet: 55, DE and ED. RGB value is (85,222,237). Sum of RGB (Red+Green+Blue) = 85+222+237=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #55DEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DEED is #AA2112. Grayscale: #B6B6B6. Windows color (decimal): -11149587 or 15588949. OLE color: 15588949.

HSL color Cylindrical-coordinate representation of color #55DEED: hue angle of 185.92º 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 #55DEED is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 222 237 -
CMYK 0.64 0.06 0 0.07
HSL 185.92º 0.81% 0.63% -
HSV(B) 185.92º 0.64% 0.93% -
XYZ 45.15 60.29 89.38 -
YUV 182.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 85 222 237 0.64 0.06 0 0.07 185.92 0.81 0.63
Hex 55 DE ED 40 6 0 7 BA 51 3F
Octal 125 336 355 100 6 0 7 272 121 77
Binary 1010101 11011110 11101101 1000000 110 0 111 10111010 1010001 111111

Color Harmonies of #55DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEED

Black with #55DEED

Text Example


Text Example

White with #55DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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